Class Newton

java.lang.Object
de.bwaldvogel.liblinear.Newton

class Newton extends Object
  • Field Details

    • fun_obj

      private final Function fun_obj
    • eps

      private final double eps
    • max_iter

      private final int max_iter
    • eps_cg

      private final double eps_cg
  • Constructor Details

    • Newton

      Newton(Function fun_obj, double eps, int max_iter)
    • Newton

      Newton(Function fun_obj, double eps, int max_iter, double eps_cg)
  • Method Details

    • newton

      void newton(double[] w)
    • pcg

      private int pcg(double[] g, double[] M, double[] s, double[] r)