Click or drag to resize

FactorAnalysisCovarianceExtraction, RotationSortRotatedFactorsAndLoadings Method

Rotated raw rotated factors and raw sum of squared loadings are sorted by the variable variances of the scaled rotated factors.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected override void SortRotatedFactorsAndLoadings(
	DoubleMatrix unsortedRotatedFactors
)

Parameters

unsortedRotatedFactors  DoubleMatrix
The raw, unsorted rotated factors.
See Also