|
BasePrincipalComponentAnalysisCumulativeProportions Property
|
The cumulative distribution of the components proportion role. Also known
as the cumulative energy of the principal components.
Namespace:
Accord.Statistics.Analysis.Base
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[] CumulativeProportions { get; }
Public ReadOnly Property CumulativeProportions As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleThe cumulative proportions.
See Also