|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||