Click or drag to resize

IFactorRotation Interface

Interface for factor analysis factor rotation algorithms. Factors are rotated in order to maximize the relationship between the variables and some of the factors.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface IFactorRotation : ICloneable

The IFactorRotation type exposes the following members.

Methods
 NameDescription
Public methodRotate Computes the matrix of rotated factors.
Top
See Also