Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

threshold
Type: SystemDouble
The percentile of the data requiring representation.

Return Value

Type: Int32
The minimal number of dimensions required.
See Also