Package | Description |
---|---|
jsat.classifiers.linear | |
jsat.math.optimization |
Modifier and Type | Method and Description |
---|---|
Optimizer2 |
LinearBatch.getOptimizer()
Returns the optimization method in use, or
null . |
Modifier and Type | Method and Description |
---|---|
void |
LinearBatch.setOptimizer(Optimizer2 optimizer)
Sets the method of batch optimization that will be used.
|
Constructor and Description |
---|
LinearBatch(LossFunc loss,
double lambda0,
double tolerance,
Optimizer2 optimizer)
Creates a new Linear Batch learner
|
Modifier and Type | Class and Description |
---|---|
class |
BFGS
Implementation of the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm for
function minimization.
|
class |
LBFGS
Implementation of the Limited memory variant of
BFGS . |
class |
ModifiedOWLQN
This implements the Modified Orthant-Wise Limited memory
Quasi-Newton(mOWL-QN) optimizer.
|
Modifier and Type | Method and Description |
---|---|
Optimizer2 |
Optimizer2.clone() |
Optimizer2 |
BFGS.clone() |
Copyright © 2017. All rights reserved.