 | VarimaxRotationRotate Method |
Applies varimax rotation to the given matrix, whose columns contain
the components or factors, and returns the result.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix Rotate(
DoubleMatrix X
)
Public Function Rotate (
X As DoubleMatrix
) As DoubleMatrix
public:
virtual DoubleMatrix^ Rotate(
DoubleMatrix^ X
) sealed
abstract Rotate :
X : DoubleMatrix -> DoubleMatrix
override Rotate :
X : DoubleMatrix -> DoubleMatrix
Parameters
- X DoubleMatrix
- Component of factor matrix.
Return Value
DoubleMatrixMatrix of rotated components.
Implements
IFactorRotationRotate(DoubleMatrix)
See Also