 | DoubleFactorAnalysisExtraction, RotationVarianceProportions 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:
property DoubleVector^ VarianceProportions {
DoubleVector^ get ();
}member VarianceProportions : DoubleVector with get
Property Value
DoubleVector
See Also