Principal Component Analysis.Get Broken Stick Threshold Method
Returns the number of components to retain
based on the broken stick criterion.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The number of components to retain based on the broken stick criterion.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public int GetBrokenStickThreshold()
Return Value
Int32The number of components to retain based on the broken stick criterion.
Exceptions
Invalid | The model has not been fitted. Call the Fit() method first. |