| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Learner
Classes implementing this interface indicate that they implement a learning algorithm.

| Method Summary | |
|---|---|
|  void | dumpState(DataWriter out)Write out our state data to the specified data writer. | 
|  double | getLearningDelta()Return a value indicative of the amount of learning that occured during the last iteration. | 
|  void | monitor()A hook to provide monitoring functionality. | 
| Method Detail | 
|---|
double getLearningDelta()
void dumpState(DataWriter out)
void monitor()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||