|
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; }
Public ReadOnly Property ComponentProportions As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleThe component proportions.
See Also