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 DecisionPostProcessingMethodParameterLearningOptions. getDecisionPostProcessing()Gets the post processing method for decision nodes.static DecisionPostProcessingMethodDecisionPostProcessingMethod. 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 voidParameterLearningOptions. setDecisionPostProcessing(DecisionPostProcessingMethod value)Sets the post processing method for decision nodes.
-