public interface MimicryLearner extends ContinuousLearner
Modifier and Type | Method and Description |
---|---|
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.
|
act
dumpState, getLearningDelta, monitor
void train(double target)
void setOutputLevel(double currentOutput)
void randomInitialise()
Copyright © 2014. All rights reserved.