Package | Description |
---|---|
jsat.classifiers.linear |
Modifier and Type | Method and Description |
---|---|
SCW.Mode |
SCW.getMode()
Returns which algorithm is used
|
static SCW.Mode |
SCW.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCW.Mode[] |
SCW.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 |
SCW.setMode(SCW.Mode mode)
Controls which version of the algorithm is used
|
Constructor and Description |
---|
SCW(double eta,
SCW.Mode mode,
boolean diagonalOnly)
Creates a new SCW learner
|
Copyright © 2017. All rights reserved.