org.joone.engine
Interface NeuralElement
-
- All Known Subinterfaces:
- ChartInterface, ComparingElement, InputPatternListener, OutputPatternListener
- All Known Implementing Classes:
- AbstractChartSynapse, AbstractTeacherSynapse, BufferedSynapse, ChartingHandle, ChartOutputSynapse, ComparingSynapse, ComparisonSynapse, DelaySynapse, DirectSynapse, FahlmanTeacherSynapse, FileInputSynapse, FileOutputSynapse, FreudRuleFullSynapse, FullSynapse, ImageInputSynapse, ImageOutputSynapse, InputConnector, InputSwitchSynapse, JDBCInputSynapse, JDBCOutputSynapse, KohonenSynapse, LearningSwitch, MemoryInputSynapse, MemoryOutputSynapse, MultipleInputSynapse, OutputSwitchSynapse, ParityInputSynapse, RbfInputSynapse, SangerSynapse, StreamInputSynapse, StreamOutputSynapse, Synapse, TeacherSynapse, TeachingSynapse, URLInputSynapse, VisADOutputSynapse, XLSInputSynapse, XLSOutputSynapse, YahooFinanceInputSynapse
public interface NeuralElementThis interface represents a generic element of a neural network
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.TreeSetcheck()Validation checks for invalid parameter values, misconfiguration, etc.MonitorgetMonitor()Returns the monitorjava.lang.StringgetName()Returns the name of the output synapsevoidinit()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetMonitor(Monitor newMonitor)Sets the Monitor object of the output synapsevoidsetName(java.lang.String name)Sets the name of the output synapse
-
-
-
Method Detail
-
isEnabled
boolean isEnabled()
-
setEnabled
void setEnabled(boolean enabled)
-
setMonitor
void setMonitor(Monitor newMonitor)
Sets the Monitor object of the output synapse- Parameters:
newMonitor- org.joone.engine.Monitor
-
getMonitor
Monitor getMonitor()
Returns the monitor- Returns:
- org.joone.engine.Monitor
-
getName
java.lang.String getName()
Returns the name of the output synapse- Returns:
- String
-
setName
void setName(java.lang.String name)
Sets the name of the output synapse- Parameters:
name- String
-
init
void init()
-
check
java.util.TreeSet check()
Validation checks for invalid parameter values, misconfiguration, etc. All network components should include a check method that firstly calls its ancestor check method and adds these to any check messages it produces. This allows check messages to be collected from all levels of a component to be returned to the caller's check method. Using a TreeSet ensures that duplicate messages are removed. Check messages should be produced using the generateValidationErrorMessage method of the NetChecker class.- Returns:
- validation errors.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG