TKNNParams Record

type TKNNParams = record;

Record type used by K-NN (K Nearest Neighbors) classification algorithm to control the use of attributes.

Controls the use of the attributes.

Fields

NameTypeDescription
EnabledbooleanTrue, if the attribute is to be used.
WeightdoubleThe weight of attribute. Default value is 1.