 | PCFactorExtractionVarianceProportions Property |
Gets a vector of proportion of variance explained by each factor. The
ith entry corresoponds to the ith factor.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector VarianceProportions { get; }
Public ReadOnly Property VarianceProportions As DoubleVector
Get
public:
virtual property DoubleVector^ VarianceProportions {
DoubleVector^ get () sealed;
}
abstract VarianceProportions : DoubleVector with get
override VarianceProportions : DoubleVector with get
Property Value
DoubleVectorImplements
IFactorExtractionVarianceProportions
See Also