 | DoubleFactorAnalysisExtraction, RotationSumOfSquaredLoadings Property |
Gets the sum of squared loadings for each extracted factor.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector SumOfSquaredLoadings { get; }Public ReadOnly Property SumOfSquaredLoadings As DoubleVector
Get
public:
property DoubleVector^ SumOfSquaredLoadings {
DoubleVector^ get ();
}member SumOfSquaredLoadings : DoubleVector with get
Property Value
DoubleVector
See Also