PrincipalComponentAnalysis.GetBrokenStickThreshold Method

Returns the number of components to retain based on the broken stick criterion.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int GetBrokenStickThreshold()

Return Value

Int32
The number of components to retain based on the broken stick criterion.

Exceptions

InvalidOperationExceptionThe model has not been fitted. Call the Fit() method first.

See Also