|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLBJ2.learn.Parameters
LBJ2.learn.MuxLearner.Parameters
public static class MuxLearner.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 |
|---|
public Learner baseLearner
null.
public java.lang.String defaultPrediction
Learner doesn't exist; default
MuxLearner.defaultDefaultPrediction.
| Constructor Detail |
|---|
public MuxLearner.Parameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||