Click or drag to resize
Accord.NET (logo)

BaseDiscriminantAnalysisCumulativeProportions Property

The cumulative distribution of the discriminants factors proportions. Also known as the cumulative energy of the first dimensions of the discriminant space or as the amount of variance explained by those dimensions.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[] CumulativeProportions { get; }
Request Example View Source

Property Value

Type: Double
See Also