Uses of Class
com.bayesserver.learning.parameters.ConvergenceMethod
-
Packages that use ConvergenceMethod Package Description com.bayesserver.learning.parameters -
-
Uses of ConvergenceMethod in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters that return ConvergenceMethod Modifier and Type Method 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.Methods in com.bayesserver.learning.parameters with parameters of type ConvergenceMethod Modifier and Type Method Description void
ParameterLearningOptions. setConvergenceMethod(ConvergenceMethod value)
Sets the method used to determine convergence of the learning algorithm.
-