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 RotationCriteriapublic org.apache.commons.math3.linear.RealMatrix getGradient()
getGradient in interface RotationCriteriapublic void computeValues(org.apache.commons.math3.linear.RealMatrix L)
computeValues in interface RotationCriteriaL - matrix of factor loadings.