public interface ComponentExtractor
| Modifier and Type | Method and Description |
|---|---|
EigenOutput |
eigenize(double[][] aadblA)
Eigenize and Extract the Components of the Specified Matrix
|
EigenComponent |
principalComponent(double[][] aadblA)
Compute the Principal Component of the Specified Matrix
|
EigenComponent principalComponent(double[][] aadblA)
aadblA - The Input MatrixEigenOutput eigenize(double[][] aadblA)
aadblA - The Input Matrix