public interface IMatrixFactorizationFactory
IMatrixFactorizations.| Modifier and Type | Method and Description |
|---|---|
IMatrixFactorization |
factorize(org.apache.mahout.math.matrix.DoubleMatrix2D A)
Factorizes matrix
A. |
IMatrixFactorization factorize(org.apache.mahout.math.matrix.DoubleMatrix2D A)
A.A - matrix to be factorized.