PrincipalComponentAnalysisMinimumDimension Method |
Gets the minimum number of principal components that must be included to explain the given fraction of the total variance.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public int MinimumDimension(
double P
)
Public Function MinimumDimension (
P As Double
) As Integer
public:
int MinimumDimension(
double P
)
member MinimumDimension :
P : float -> int
Parameters
- P
- Type: SystemDouble
The fraction of the variance to explain, which must lie between zero and one.
Return Value
Type:
Int32The required number of components.
See Also