| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--EVolve.visualization.Predictor
        |
        +--EVolve.visualization.DefaultPredictor
Default predictor, predicts according to the last value.
| Constructor Summary | |
| DefaultPredictor()Creates a default predictor. | |
| Method Summary | |
|  boolean | isCorrect()Tells if the prediction is correct. | 
|  void | newTarget(int target)Receives a new target. | 
|  void | newTarget2(int target) | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public DefaultPredictor()
| Method Detail | 
public void newTarget(int target)
Predictor
newTarget in class Predictortarget - the new targetpublic boolean isCorrect()
Predictor
isCorrect in class Predictorpublic void newTarget2(int target)
newTarget2 in class Predictor| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||