Uses of Class
weka.core.Optimization

Packages that use Optimization
weka.core   
 

Uses of Optimization in weka.core
 

Subclasses of Optimization in weka.core
 class ConjugateGradientOptimization
          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.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.