Uses of Class
org.joone.io.StreamInputSynapse

Packages that use StreamInputSynapse
org.joone.engine   
org.joone.engine.learning   
org.joone.io   
org.joone.util   
 

Uses of StreamInputSynapse in org.joone.engine
 

Methods in org.joone.engine with parameters of type StreamInputSynapse
 void RbfGaussianLayer.useRandomCenter(StreamInputSynapse aStreamInput)
          Sets the Gaussian parameters to centers chosen randomly from the input/training data.
 

Uses of StreamInputSynapse in org.joone.engine.learning
 

Fields in org.joone.engine.learning declared as StreamInputSynapse
protected  StreamInputSynapse AbstractTeacherSynapse.desired
          The stream from where to read the desired input.
 

Methods in org.joone.engine.learning that return StreamInputSynapse
 StreamInputSynapse TeachingSynapse.getDesired()
          Insert the method's description here.
 StreamInputSynapse ComparingElement.getDesired()
          Getter for the desired data set
 StreamInputSynapse ComparisonSynapse.getDesired()
          Inserire qui la descrizione del metodo.
 StreamInputSynapse AbstractTeacherSynapse.getDesired()
          Gets the stream to read the desired output.
 StreamInputSynapse ComparingSynapse.getDesired()
          Insert the method's description here.
 

Methods in org.joone.engine.learning with parameters of type StreamInputSynapse
 boolean TeachingSynapse.setDesired(StreamInputSynapse fn)
           
 boolean ComparingElement.setDesired(StreamInputSynapse desired)
          Setter for the desired data set
 boolean ComparisonSynapse.setDesired(StreamInputSynapse newDesired)
          Set the input data stream containing desired training data
 boolean AbstractTeacherSynapse.setDesired(StreamInputSynapse newDesired)
          Set the input data stream containing desired training data.
 boolean ComparingSynapse.setDesired(StreamInputSynapse fn)
           
 

Uses of StreamInputSynapse in org.joone.io
 

Subclasses of StreamInputSynapse in org.joone.io
 class FileInputSynapse
          Allows data to be presented to the network from a file.
 class ImageInputSynapse
          This synapse collects data from Image files or Image objects and feeds the data from the Images into the Neural network.
 class InputConnector
           
 class InputSwitchSynapse
          This class acts as a switch that can connect its output to one of its connected input synapses.
 class JDBCInputSynapse
          The JDBCInputSynapse provides support for data extraction from a database.
 class MemoryInputSynapse
           
 class MultipleInputSynapse
          This class reads sequentially all the connected input synapses, in order to be able to use multiple sources as inputs.
 class URLInputSynapse
          Allows data extraction from the internet or a file specified by a Universal Resource Locator or URL.
 class XLSInputSynapse
          This class allows data to be presented to the network from an Excel XLS formatted file.
 class YahooFinanceInputSynapse
          The YahooFinanceInputSynapse provides support for financial data input from financial markets.
 

Methods in org.joone.io that return StreamInputSynapse
protected  StreamInputSynapse InputSwitchSynapse.getActiveSynapse()
          Getter for property activeSynapse.
protected  StreamInputSynapse InputSwitchSynapse.getDefaultSynapse()
          Getter for property defaultSynapse.
 StreamInputSynapse StreamInputFactory.getInput(java.lang.String streamName)
           
 StreamInputSynapse InputConnector.getInputSynapse()
           
protected  StreamInputSynapse InputSwitchSynapse.getInputSynapse(java.lang.String inputName)
           
 

Methods in org.joone.io with parameters of type StreamInputSynapse
 boolean InputSwitchSynapse.addInputSynapse(StreamInputSynapse newInput)
          Adds an input synapse to the switch
protected  int MultipleInputSynapse.getNumberOfPatterns(StreamInputSynapse anInputSynpase)
          Gets (finds out) how many patters an input synpase holds.
protected  void InputSwitchSynapse.setActiveSynapse(StreamInputSynapse activeSynapse)
          Setter for property activeSynapse.
protected  void InputSwitchSynapse.setDefaultSynapse(StreamInputSynapse defaultSynapse)
          Setter for property defaultSynapse.
 boolean InputConnector.setInputSynapse(StreamInputSynapse input)
          Attach a StreamInputSynapse to this connector.
 

Uses of StreamInputSynapse in org.joone.util
 

Subclasses of StreamInputSynapse in org.joone.util
 class LearningSwitch
          This class is useful to switch the input data set of a neural network from a training set to a validation set depending on the 'validation' parameter contained in the Monitor object.
 

Methods in org.joone.util that return StreamInputSynapse
 StreamInputSynapse LearningSwitch.getTrainingSet()
          Getter for property trainingSet.
 StreamInputSynapse LearningSwitch.getValidationSet()
          Getter for property validationSet.
 

Methods in org.joone.util with parameters of type StreamInputSynapse
 boolean LearningSwitch.addTrainingSet(StreamInputSynapse tSet)
           
 boolean LearningSwitch.addValidationSet(StreamInputSynapse vSet)
           
 void LearningSwitch.setTrainingSet(StreamInputSynapse trainingSet)
          Setter for property trainingSet.
 void LearningSwitch.setValidationSet(StreamInputSynapse validationSet)
          Setter for property validationSet.
 



Submit Feedback to pmarrone@users.sourceforge.net