LBJ2.learn
Class MuxLearner.Parameters

java.lang.Object
  extended by LBJ2.learn.Parameters
      extended by LBJ2.learn.MuxLearner.Parameters
Enclosing class:
MuxLearner

public static class MuxLearner.Parameters
extends Parameters

Simply a container for all of MuxLearner's configurable parameters. Using instances of this class should make code more readable and constructors less complicated.


Field Summary
 Learner baseLearner
          Instances of this learning algorithm will be multiplexed; default null.
 java.lang.String defaultPrediction
          This string is returned during testing when the multiplexed Learner doesn't exist; default MuxLearner.defaultDefaultPrediction.
 
Constructor Summary
MuxLearner.Parameters()
          Sets all the default values.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseLearner

public Learner baseLearner
Instances of this learning algorithm will be multiplexed; default null.


defaultPrediction

public java.lang.String defaultPrediction
This string is returned during testing when the multiplexed Learner doesn't exist; default MuxLearner.defaultDefaultPrediction.

Constructor Detail

MuxLearner.Parameters

public MuxLearner.Parameters()
Sets all the default values.