Table of Contents

Enum FactorRotation

Namespace
AiDotNet.Preprocessing.DimensionalityReduction
Assembly
AiDotNet.dll

Specifies the rotation method for Factor Analysis.

public enum FactorRotation

Fields

None = 0

No rotation (use raw factor loadings).

Quartimax = 2

Quartimax rotation - maximizes variance of squared loadings within each variable. Tends to produce a general factor.

Varimax = 1

Varimax rotation - maximizes variance of squared loadings within each factor. Produces simpler structure with high loadings on few variables per factor.