Package | Description |
---|---|
jsat.classifiers.linear.kernelized |
Modifier and Type | Method and Description |
---|---|
CSKLR.UpdateMode |
CSKLRBatch.getMode()
Returns the update mode in use
|
CSKLR.UpdateMode |
CSKLR.getMode()
Returns the update mode in use
|
static CSKLR.UpdateMode |
CSKLR.UpdateMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSKLR.UpdateMode[] |
CSKLR.UpdateMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CSKLRBatch.setMode(CSKLR.UpdateMode mode)
Sets what update mode should be used.
|
void |
CSKLR.setMode(CSKLR.UpdateMode mode)
Sets what update mode should be used.
|
Constructor and Description |
---|
CSKLR(double eta,
KernelTrick k,
double R,
CSKLR.UpdateMode mode)
Creates a new CSKLR object
|
CSKLRBatch(double eta,
KernelTrick kernel,
double R,
CSKLR.UpdateMode mode,
SupportVectorLearner.CacheMode cacheMode)
Creates a new SCKLR Batch learning object
|
Copyright © 2017. All rights reserved.