Uses of Class
com.bayesserver.learning.parameters.DecisionPostProcessingMethod
-
Packages that use DecisionPostProcessingMethod Package Description com.bayesserver.learning.parameters -
-
Uses of DecisionPostProcessingMethod in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters that return DecisionPostProcessingMethod Modifier and Type Method Description DecisionPostProcessingMethod
ParameterLearningOptions. getDecisionPostProcessing()
Gets the post processing method for decision nodes.static DecisionPostProcessingMethod
DecisionPostProcessingMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static DecisionPostProcessingMethod[]
DecisionPostProcessingMethod. 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 DecisionPostProcessingMethod Modifier and Type Method Description void
ParameterLearningOptions. setDecisionPostProcessing(DecisionPostProcessingMethod value)
Sets the post processing method for decision nodes.
-