Principal Component Analysis.Get Broken Stick Threshold 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#
The number of components to retain based on the broken stick criterion.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int GetBrokenStickThreshold()
Return Value
Int32The number of components to retain based on the broken stick criterion.
Exceptions
InvalidOperationException | The model has not been fitted. Call the Fit() method first. |