Class OnlineLearningOptions


  • public final class OnlineLearningOptions
    extends Object
    Options for online learning (adaptation using Bayesian statistics).
    • Constructor Detail

      • OnlineLearningOptions

        public OnlineLearningOptions()
    • 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.