Package | Description |
---|---|
jsat.classifiers.linear |
Modifier and Type | Method and Description |
---|---|
PassiveAggressive.Mode |
SPA.getMode()
Returns which version of the PA update is used
|
PassiveAggressive.Mode |
PassiveAggressive.getMode()
Returns which version of the PA update is used
|
static PassiveAggressive.Mode |
PassiveAggressive.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassiveAggressive.Mode[] |
PassiveAggressive.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SPA.setMode(PassiveAggressive.Mode mode)
Sets which version of the PA update is used.
|
void |
PassiveAggressive.setMode(PassiveAggressive.Mode mode)
Sets which version of the PA update is used.
|
Constructor and Description |
---|
PassiveAggressive(int epochs,
PassiveAggressive.Mode mode)
Creates a new Passive Aggressive learner
|
SPA(int epochs,
PassiveAggressive.Mode mode)
Creates a new Passive Aggressive learner
|
Copyright © 2017. All rights reserved.