| Package | Description |
|---|---|
| com.bayesserver.learning.parameters |
| Modifier and Type | Method and Description |
|---|---|
ConvergenceMethod |
ParameterLearningOptions.getConvergenceMethod()
Gets the method used to determine convergence of the learning algorithm.
|
static ConvergenceMethod |
ConvergenceMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvergenceMethod[] |
ConvergenceMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterLearningOptions.setConvergenceMethod(ConvergenceMethod value)
Sets the method used to determine convergence of the learning algorithm.
|
Copyright © 2021. All rights reserved.