|
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 IIterativeMatrixFactorization
Performs an iterative matrix factorization.
| Method Summary | |
|---|---|
double |
getApproximationError()
Returns approximation error achieved after the last iteration of the algorithm or -1 if the approximation error is not available. |
int |
getIterationsCompleted()
Returns the number of iterations the algorithm has completed. |
| Methods inherited from interface org.carrot2.matrix.factorization.IMatrixFactorization |
|---|
getU, getV |
| Method Detail |
|---|
double getApproximationError()
int getIterationsCompleted()
|
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 | ||||||||