org.joone.engine
Class DirectSynapse
- java.lang.Object
-
- org.joone.engine.Synapse
-
- org.joone.engine.DirectSynapse
-
- All Implemented Interfaces:
- java.io.Serializable, InputPatternListener, Learnable, LearnableSynapse, NeuralElement, OutputPatternListener, Inspectable
public class DirectSynapse extends Synapse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DirectSynapse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.TreeSetcheck()Base for check messages.PatternrevGet()Returns the error pattern coming from the next layer during the training phasevoidrevPut(Pattern pattern)Method to put an error pattern backward to the previous layer-
Methods inherited from class org.joone.engine.Synapse
addNoise, canCountSteps, fwdGet, fwdPut, getIgnoreBefore, getInputDimension, getLearner, getLearningRate, getMomentum, getMonitor, getName, getOutputDimension, getWeights, init, initLearner, InspectableTitle, Inspections, isEnabled, isInputFull, isLoopBack, isOutputFull, randomize, reset, setEnabled, setIgnoreBefore, setInputDimension, setInputFull, setLearningRate, setLoopBack, setMomentum, setMonitor, setName, setOutputDimension, setOutputFull, setWeights
-
-
-
-
Method Detail
-
revPut
public void revPut(Pattern pattern)
Description copied from interface:InputPatternListenerMethod to put an error pattern backward to the previous layer- Specified by:
revPutin interfaceInputPatternListener- Overrides:
revPutin classSynapse- Parameters:
pattern- neural.engine.Pattern
-
revGet
public Pattern revGet()
Description copied from interface:OutputPatternListenerReturns the error pattern coming from the next layer during the training phase- Specified by:
revGetin interfaceOutputPatternListener- Overrides:
revGetin classSynapse- Returns:
- neural.engine.Pattern
-
check
public java.util.TreeSet check()
Description copied from class:SynapseBase for check messages. Subclasses should call this method from thier own check method.- Specified by:
checkin interfaceNeuralElement- Overrides:
checkin classSynapse- Returns:
- validation errors.
- See Also:
InputPaternListener,OutputPaternListener
-
-
DataMelt 3.0 © DataMelt by jWork.ORG