Class OnlineLearningOptions
- java.lang.Object
-
- com.bayesserver.learning.parameters.OnlineLearningOptions
-
public final class OnlineLearningOptions extends Object
Options for online learning (adaptation using Bayesian statistics).
-
-
Constructor Summary
Constructors Constructor Description OnlineLearningOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecisionAlgorithm
getDecisionAlgorithm()
Gets the algorithm to use for adaption of decision graphs.void
setDecisionAlgorithm(DecisionAlgorithm value)
Sets the algorithm to use for adaption of decision graphs.
-
-
-
Method Detail
-
getDecisionAlgorithm
public DecisionAlgorithm getDecisionAlgorithm()
Gets the algorithm to use for adaption of decision graphs.
-
setDecisionAlgorithm
public void setDecisionAlgorithm(DecisionAlgorithm value)
Sets the algorithm to use for adaption of decision graphs.
-
-