uk.ac.liv.ai.learning
Interface ContinuousLearner

All Superinterfaces:
Learner
All Known Subinterfaces:
MimicryLearner
All Known Implementing Classes:
WidrowHoffLearner

public interface ContinuousLearner
extends Learner

A learning algorithm that outputs a continuous signal.

Version:
$Revision: 1.5 $
Author:
Steve Phelps

Method Summary
 double act()
          Generate an output from the learning algorithm.
 
Methods inherited from interface uk.ac.liv.ai.learning.Learner
dumpState, getLearningDelta, monitor
 

Method Detail

act

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