net.sourceforge.jabm.learning
Interface ContinuousLearner

All Superinterfaces:
Learner
All Known Subinterfaces:
MimicryLearner
All Known Implementing Classes:
SlidingWindowLearner, WidrowHoffLearner, WidrowHoffLearnerWithMomentum

public interface ContinuousLearner
extends Learner

A learning algorithm that outputs a continuous signal.

 

Method Summary
 double act()
          Generate an output from the learning algorithm.
 
Methods inherited from interface net.sourceforge.jabm.learning.Learner
dumpState, getLearningDelta, monitor
 

Method Detail

act

double act()
Generate an output from the learning algorithm.