|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MimicryLearner
A learner that attempts to adjust its output to match a training signal.

| Method Summary | |
|---|---|
void |
randomInitialise()
Initialise with random values for free parameters |
void |
setOutputLevel(double currentOutput)
Initialise the learning algorithm to output the supplied value. |
void |
train(double target)
Provide a training signal to the learning algorithm. |
| Methods inherited from interface net.sourceforge.jabm.learning.ContinuousLearner |
|---|
act |
| Methods inherited from interface net.sourceforge.jabm.learning.Learner |
|---|
dumpState, getLearningDelta, monitor |
| Method Detail |
|---|
void train(double target)
void setOutputLevel(double currentOutput)
void randomInitialise()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||