|  | DoublePCAVarianceProportions Property | 
            Gets the proportion of the total variance accounted for by each 
            principal component.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector VarianceProportions { get; }Public ReadOnly Property VarianceProportions As DoubleVector
	Get
public:
property DoubleVector^ VarianceProportions {
	DoubleVector^ get ();
}member VarianceProportions : DoubleVector with get
Property Value
DoubleVector See Also
See Also