Uses of Class
weka.core.Optimization
Packages that use Optimization
-
Uses of Optimization in weka.core
Subclasses of Optimization in weka.coreModifier 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.