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 FloatVector VarianceProportions { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property VarianceProportions As FloatVector |
| Visual C++ |
|---|
public: property FloatVector^ VarianceProportions { FloatVector^ get (); } |