TDistanceModel Enumeration

type TDistanceModel = (;

Distance model used by the K-NN algorithm.

Distance model used by the K-NN algorithm.

Values

NameDescription
dmNorm1Computes the average of the absolute differences.
dmNorm2Computes the average of the square of the differences.