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 ConvergenceMethodParameterLearningOptions. getConvergenceMethod()Gets the method used to determine convergence of the learning algorithm.static ConvergenceMethodConvergenceMethod. 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 voidParameterLearningOptions. setConvergenceMethod(ConvergenceMethod value)Sets the method used to determine convergence of the learning algorithm.
-