public class RotationResults
extends java.lang.Object
| Constructor and Description |
|---|
RotationResults(double funcitonValue,
org.apache.commons.math3.linear.RealMatrix L,
org.apache.commons.math3.linear.RealMatrix Phi,
org.apache.commons.math3.linear.RealMatrix rotationMatrix,
RotationMethod rotationMethod) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.linear.RealMatrix |
getFactorLoadings() |
double |
getFunctionValue() |
org.apache.commons.math3.linear.RealMatrix |
getPhi() |
org.apache.commons.math3.linear.RealMatrix |
getRotationMatrix() |
java.lang.String |
getRotationMethod() |
java.lang.String |
toString() |
public RotationResults(double funcitonValue,
org.apache.commons.math3.linear.RealMatrix L,
org.apache.commons.math3.linear.RealMatrix Phi,
org.apache.commons.math3.linear.RealMatrix rotationMatrix,
RotationMethod rotationMethod)
public double getFunctionValue()
public org.apache.commons.math3.linear.RealMatrix getFactorLoadings()
public org.apache.commons.math3.linear.RealMatrix getPhi()
public org.apache.commons.math3.linear.RealMatrix getRotationMatrix()
public java.lang.String getRotationMethod()
public java.lang.String toString()
toString in class java.lang.Object