Click or drag to resize
Accord.NET (logo)

BasePrincipalComponentAnalysisComponentProportions Property

The respective role each component plays in the data set.

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

Property Value

Type: Double
The component proportions.
See Also