|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMatrixFactorization
For an m × n matrix A and given k, computes an m × k matrix U and k × n matrix V' such that A ~= UV'.
| Method Summary | |
|---|---|
org.apache.mahout.math.matrix.DoubleMatrix2D |
getU()
Returns the U matrix (base vectors matrix). |
org.apache.mahout.math.matrix.DoubleMatrix2D |
getV()
Returns the V matrix (coefficient matrix) |
| Method Detail |
|---|
org.apache.mahout.math.matrix.DoubleMatrix2D getU()
org.apache.mahout.math.matrix.DoubleMatrix2D getV()
|
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 | ||||||||