Uses of Class
weka.core.Optimization
-
Uses of Optimization in weka.core
Modifier and TypeClassDescriptionclass
This subclass of Optimization.java implements conjugate gradient descent rather than BFGS updates, by overriding findArgmin(), with the same tests for convergence, and applies the same line search code.