DiscriminantAnalysisClassify Method |
Name | Description | |
---|---|---|
Classify(Double) |
Classify a set of observations using the linear or quadratic
discriminant functions generated during the training process.
| |
Classify(Double, Int32) |
Classify a set of observations using the linear or quadratic
discriminant functions generated during the training process.
| |
Classify(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.
| |
Classify(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.
| |
Classify(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.
| |
Classify(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.
|