Overload List

NameDescription
Classify(array<Double,2>[,](,)[,])
Classify a set of observations using the linear or quadratic discriminant functions generated during the training process.
Classify(array<Double,2>[,](,)[,], array<Int32>[]()[])
Classify a set of observations using the linear or quadratic discriminant functions generated during the training process.
Classify(array<Double,2>[,](,)[,], array<Int32>[]()[], array<Double>[]()[])
Classify a set of observations and associated frequencies and weights using the linear or quadratic discriminant functions generated during the training process.
Classify(array<Double,2>[,](,)[,], array<Int32>[]()[], array<Int32>[]()[])
Classify a set of observations and compare against known groups using the linear or quadratic discriminant functions generated during the training process.
Classify(array<Double,2>[,](,)[,], array<Int32>[]()[], array<Int32>[]()[], array<Double>[]()[])
Classify a set of observations and associated frequencies and weights using the linear or quadratic discriminant functions generated during the training process.
Classify(array<Double,2>[,](,)[,], array<Int32>[]()[], array<Int32>[]()[], array<Int32>[]()[], array<Double>[]()[])
Classify a set of observations, associated frequencies and weights, and compare against known groups using the linear or quadratic discriminant functions generated during the training process.

See Also