Package | Description |
---|---|
jsat.classifiers.linear |
Modifier and Type | Method and Description |
---|---|
BBR.Prior |
BBR.getPrior()
Returns the regularizing prior in use
|
static BBR.Prior |
BBR.Prior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BBR.Prior[] |
BBR.Prior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BBR.setPrior(BBR.Prior prior)
Sets the regularizing prior used
|
Constructor and Description |
---|
BBR(double regularization,
int maxIterations,
BBR.Prior prior)
Creates a new BBR Logistic Regression object that will use the given
regularization value.
|
BBR(int maxIterations,
BBR.Prior prior)
Creates a new BBR Logistic Regression object that will attempt to
automatically determine the regularization value to use.
|
Copyright © 2017. All rights reserved.