Package | Description |
---|---|
jsat.classifiers.linear |
Modifier and Type | Field and Description |
---|---|
static StochasticSTLinearL1.Loss |
StochasticSTLinearL1.DEFAULT_LOSS |
protected StochasticSTLinearL1.Loss |
StochasticSTLinearL1.loss
The loss function to use
|
Modifier and Type | Method and Description |
---|---|
StochasticSTLinearL1.Loss |
StochasticSTLinearL1.getLoss()
returns the loss function in use
|
static StochasticSTLinearL1.Loss |
StochasticSTLinearL1.Loss.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StochasticSTLinearL1.Loss[] |
StochasticSTLinearL1.Loss.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StochasticSTLinearL1.setLoss(StochasticSTLinearL1.Loss loss)
Sets the loss function to use.
|
Constructor and Description |
---|
LinearL1SCD(int epochs,
double lambda,
StochasticSTLinearL1.Loss loss)
Creates a new SCD L1 learner.
|
LinearL1SCD(int epochs,
double lambda,
StochasticSTLinearL1.Loss loss,
boolean reScale)
Creates a new SCD L1 learner.
|
SMIDAS(double eta,
int epochs,
double lambda,
StochasticSTLinearL1.Loss loss)
Creates a new SMIDAS learner
|
SMIDAS(double eta,
int epochs,
double lambda,
StochasticSTLinearL1.Loss loss,
boolean reScale)
Creates a new SMIDAS learner
|
Copyright © 2017. All rights reserved.