public interface IIterativeMatrixFactorization extends IMatrixFactorization
Modifier and Type | Method and Description |
---|---|
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.
|
getU, getV
double getApproximationError()
int getIterationsCompleted()