Gets the proportion of the total variance accounted for by each
principal component.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector VarianceProportions { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property VarianceProportions As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ VarianceProportions { DoubleVector^ get (); } |