LinearDiscriminantFunction.Index Property

Gets the index of the function.

Definition

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

Property Value

Int32

Remarks

Functions are sorted in descending order of significance. The function that contributes the most to the variation in the data has index 0, and so on.

See Also