Enum FactorRotation
- Namespace
- AiDotNet.Preprocessing.DimensionalityReduction
- Assembly
- AiDotNet.dll
Specifies the rotation method for Factor Analysis.
public enum FactorRotation
Fields
None = 0No rotation (use raw factor loadings).
Quartimax = 2Quartimax rotation - maximizes variance of squared loadings within each variable. Tends to produce a general factor.
Varimax = 1Varimax rotation - maximizes variance of squared loadings within each factor. Produces simpler structure with high loadings on few variables per factor.