public class VarimaxCriteria extends java.lang.Object implements RotationCriteria
Constructor and Description |
---|
VarimaxCriteria() |
Modifier and Type | Method and Description |
---|---|
void |
computeValues(org.apache.commons.math3.linear.RealMatrix L)
Computes the function value for varimax rotation.
|
org.apache.commons.math3.linear.RealMatrix |
getGradient() |
double |
getValue() |
public double getValue()
getValue
in interface RotationCriteria
public org.apache.commons.math3.linear.RealMatrix getGradient()
getGradient
in interface RotationCriteria
public void computeValues(org.apache.commons.math3.linear.RealMatrix L)
computeValues
in interface RotationCriteria
L
- matrix of factor loadings.