Interface IterativeMatrixFactorization

    • Method Detail

      • getApproximationError

        double getApproximationError()
        Returns approximation error achieved after the last iteration of the algorithm or -1 if the approximation error is not available.
        Returns:
        approximation error or -1
      • getIterationsCompleted

        int getIterationsCompleted()
        Returns the number of iterations the algorithm has completed.
        Returns:
        the number of iterations the algorithm has completed