org.joone.engine
Class FullSynapse
- java.lang.Object
-
- org.joone.engine.Synapse
-
- org.joone.engine.FullSynapse
-
- All Implemented Interfaces:
- java.io.Serializable, InputPatternListener, Learnable, LearnableSynapse, NeuralElement, OutputPatternListener, Inspectable
- Direct Known Subclasses:
- FreudRuleFullSynapse, KohonenSynapse, SangerSynapse
public class FullSynapse extends Synapse implements LearnableSynapse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description FullSynapse()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description LearnergetLearner()Deprecated.- Used only for backward compatibility-
Methods inherited from class org.joone.engine.Synapse
addNoise, canCountSteps, check, fwdGet, fwdPut, getIgnoreBefore, getInputDimension, getLearningRate, getMomentum, getMonitor, getName, getOutputDimension, getWeights, init, initLearner, InspectableTitle, Inspections, isEnabled, isInputFull, isLoopBack, isOutputFull, randomize, reset, revGet, revPut, setEnabled, setIgnoreBefore, setInputDimension, setInputFull, setLearningRate, setLoopBack, setMomentum, setMonitor, setName, setOutputDimension, setOutputFull, setWeights
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.joone.engine.LearnableSynapse
getInputDimension, getLearningRate, getMomentum, getOutputDimension, getWeights, setWeights
-
Methods inherited from interface org.joone.engine.Learnable
getMonitor, initLearner
-
-
-
-
Method Detail
-
getLearner
public Learner getLearner()
Deprecated. - Used only for backward compatibilityDescription copied from class:SynapseReturns the appropriate Learner object for this class depending on the Monitor.learningMode property value- Specified by:
getLearnerin interfaceLearnable- Overrides:
getLearnerin classSynapse- Returns:
- the Learner object if applicable, otherwise null
- See Also:
Learnable.getLearner()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG