 | VarimaxRotationRotate Method |
Applies varimax rotation to the given matrix, whose columns contain
the components or factors, and returns the result.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
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
- Type: CenterSpace.NMath.CoreDoubleMatrix
Component of factor matrix.
Return Value
Type:
DoubleMatrixMatrix of rotated components.
Implements
IFactorRotationRotate(DoubleMatrix)
See Also