public abstract class AbstractLearner extends Object implements Learner, Serializable
Modifier and Type | Field and Description |
---|---|
protected LearnerMonitor |
monitor |
Constructor and Description |
---|
AbstractLearner() |
Modifier and Type | Method and Description |
---|---|
abstract void |
dumpState(DataWriter out)
Write out our state data to the specified data writer.
|
abstract 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.
|
protected LearnerMonitor monitor
public void monitor()
Learner
public abstract double getLearningDelta()
Learner
getLearningDelta
in interface Learner
public abstract void dumpState(DataWriter out)
Learner
Copyright © 2014. All rights reserved.