|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISeedingStrategy
Defines the seeding routine to be used as part of a matrix factorization algorithm.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||