Click or drag to resize
Accord.NET (logo)

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

Property Value

Type: Double
The cumulative proportions.
See Also