QuadraticDiscriminantFunction.Index Property

Gets the index of the function.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
public int Index { get; }

Property Value

Int32

Remarks

Functions correspond to groups in the analysis. Each function represents a group's discriminant classifier. The index uniquely identifies which group/class this function represents in the dataset.

When classifying new observations, you can use this index to map the classification results back to the original group labels. This is particularly useful in automated classification systems where you need to translate numerical predictions into meaningful category names.

See Also