|
BasePrincipalComponentAnalysisGetNumberOfComponents Method
|
Returns the minimal number of principal components
required to represent a given percentile of the data.
Namespace:
Accord.Statistics.Analysis.Base
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int GetNumberOfComponents(
double threshold
)
Public Function GetNumberOfComponents (
threshold As Double
) As Integer
Request Example
View SourceParameters
- threshold
- Type: SystemDouble
The percentile of the data requiring representation.
Return Value
Type:
Int32The minimal number of components required.
See Also