public interface ISeedingStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
seed(org.apache.mahout.math.matrix.DoubleMatrix2D A,
org.apache.mahout.math.matrix.DoubleMatrix2D U,
org.apache.mahout.math.matrix.DoubleMatrix2D V)
Initializes values of the provided U and V matrices.
|
void seed(org.apache.mahout.math.matrix.DoubleMatrix2D A,
org.apache.mahout.math.matrix.DoubleMatrix2D U,
org.apache.mahout.math.matrix.DoubleMatrix2D V)
A - matrix to be factorizedU - left factorized matrix to be seededV - right factorized matrix to be seeded