org.joone.engine
Interface LearnerFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
RTRLLearnerFactory

public interface LearnerFactory
extends java.io.Serializable

Learner factories are used to provide the synapses and layers, through the monitor object with Leaners.

Author:
Boris Jansen

Method Summary
 Learner getLearner(Monitor aMonitor)
          Gets a learner for a synapse or layer.
 

Method Detail

getLearner

Learner getLearner(Monitor aMonitor)
Gets a learner for a synapse or layer.

Parameters:
aMonitor - the monitor.


Submit Feedback to pmarrone@users.sourceforge.net