interface DTMetric {
    dist: FnN3;
    post?: FnN;
    sep: FnN4;
}

Properties

Properties

dist: FnN3

Distance metric

post?: FnN

Result post-processing fn, e.g. Math.sqrt() for EUCLEDIAN

sep: FnN4

Separation function

Generated using TypeDoc