|
BaseDiscriminantAnalysisGetNumberOfDimensions Method
|
Returns the minimum number of discriminant space dimensions (discriminant
factors) required to represent a given percentile of the data.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int GetNumberOfDimensions(
double threshold
)
Public Function GetNumberOfDimensions (
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 dimensions required.
See Also