Package | Description |
---|---|
jsat.classifiers.linear |
Modifier and Type | Method and Description |
---|---|
StochasticMultinomialLogisticRegression.Prior |
StochasticMultinomialLogisticRegression.getPrior()
Returns the prior used for regularization
|
static StochasticMultinomialLogisticRegression.Prior |
StochasticMultinomialLogisticRegression.Prior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StochasticMultinomialLogisticRegression.Prior[] |
StochasticMultinomialLogisticRegression.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 |
StochasticMultinomialLogisticRegression.setPrior(StochasticMultinomialLogisticRegression.Prior prior)
Sets the prior used to perform regularization
|
Constructor and Description |
---|
StochasticMultinomialLogisticRegression(double initialLearningRate,
int epochs,
double regularization,
StochasticMultinomialLogisticRegression.Prior prior)
Creates a new Stochastic Multinomial Logistic Regression object
|
Copyright © 2017. All rights reserved.