org.joone.engine
Interface LearnableLayer

All Superinterfaces:
Learnable, NeuralLayer
All Known Implementing Classes:
BiasedLinearLayer, ContextLayer, DelayLayer, GaussianLayer, GaussLayer, Layer, LinearLayer, LogarithmicLayer, MemoryLayer, NestedNeuralLayer, NetworkLayer, RbfGaussianLayer, RbfLayer, SigmoidLayer, SimpleLayer, SineLayer, SoftmaxLayer, TanhLayer, WTALayer

public interface LearnableLayer
extends Learnable, NeuralLayer


Method Summary
 
Methods inherited from interface org.joone.engine.Learnable
getLearner, getMonitor, initLearner
 
Methods inherited from interface org.joone.engine.NeuralLayer
addInputSynapse, addNoise, addOutputSynapse, check, copyInto, getAllInputs, getAllOutputs, getBias, getLayerName, getMonitor, getRows, isRunning, removeAllInputs, removeAllOutputs, removeInputSynapse, removeOutputSynapse, setAllInputs, setAllOutputs, setBias, setLayerName, setMonitor, setRows, start
 



Submit Feedback to pmarrone@users.sourceforge.net