public interface Learner
Modifier and Type | Method and Description |
---|---|
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.
|
double getLearningDelta()
void dumpState(DataWriter out)
void monitor()
Copyright © 2014. All rights reserved.