Click or drag to resize
DiscriminantAnalysis.Classify Method
Overload List
  NameDescription
Public methodClassify(Double[,])
Classify a set of observations using the linear or quadratic discriminant functions generated during the training process.
Public methodClassify(Double[,],Int32[])
Classify a set of observations using the linear or quadratic discriminant functions generated during the training process.
Public methodClassify(Double[,],Int32[],Double[])
Classify a set of observations and associated frequencies and weights using the linear or quadratic discriminant functions generated during the training process.
Public methodClassify(Double[,],Int32[],Int32[])
Classify a set of observations and compare against known groups using the linear or quadratic discriminant functions generated during the training process.
Public methodClassify(Double[,],Int32[],Int32[],Double[])
Classify a set of observations and associated frequencies and weights using the linear or quadratic discriminant functions generated during the training process.
Public methodClassify(Double[,],Int32[],Int32[],Int32[],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.
Top
See Also