Package | Description |
---|---|
jsat.classifiers.linear |
Modifier and Type | Method and Description |
---|---|
NHERD.CovMode |
NHERD.getCovMode()
Returns the mode for forming the covariance
|
static NHERD.CovMode |
NHERD.CovMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NHERD.CovMode[] |
NHERD.CovMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NHERD.setCovMode(NHERD.CovMode covMode)
Sets the way in which the covariance matrix is formed.
|
Constructor and Description |
---|
NHERD(double C,
NHERD.CovMode covMode)
Creates a new NHERD learner
|
Copyright © 2017. All rights reserved.