Click or drag to resize

DoubleFactorAnalysisExtraction, RotationRotatedFactors Property

Gets the rotated factors (will be the same as
C#
Factors
property if
C#
NoRotation
is the rotation class parameter type). Each column of the matrix is a factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix RotatedFactors { get; }

Property Value

DoubleMatrix
See Also