IDiscriminantAnalysis Interface |
Namespace: Accord.Statistics.Analysis
The IDiscriminantAnalysis type exposes the following members.
Name | Description | |
---|---|---|
Classifications |
Gets the classification labels (the dependent variable)
for each of the source input points.
| |
Source |
Source data used in the analysis.
(Inherited from IMultivariateAnalysis.) |
Name | Description | |
---|---|---|
Compute |
Computes the analysis using given source data and parameters.
(Inherited from IAnalysis.) |
Discriminant analysis attempt to express one categorical dependent variable as a combinations of other features or measurements.
When the dependent variable is a numerical quantity, the class of analysis methods is known as regression analysis.