Click or drag to resize

VarimaxRotation Properties

The VarimaxRotation type exposes the following members.

Properties
 NameDescription
Public propertyConverged Returns
C#
true
if the algorithm converged.
Public propertyIterations The number of iterations performed by the algorithm.
Public propertyMaxIterations The number of iterations performed by this algorithm will not exceed this number.
Public propertyNormalize Should Kaiser normalization be performed. If
C#
true
the rows of the input matrix are re-scaled to unit length before rotation and scaled back afterwards.
Public propertyTolerance Tolerance for convergence criteria. Iteration stops when the relative change in the sum of the singular values is less than this number.
Public propertyTransformationMatrix The transformation, or roation, matrix used to perform the rotation.
Top
See Also