Uses of Class
org.joone.exception.JooneRuntimeException

Packages that use JooneRuntimeException
org.joone.engine   
org.joone.io   
 

Uses of JooneRuntimeException in org.joone.engine
 

Methods in org.joone.engine that throw JooneRuntimeException
 void GaussLayer.backward(double[] aPattern)
           
 void SineLayer.backward(double[] aPattern)
           
protected  void RbfGaussianLayer.backward(double[] pattern)
           
 void GaussianLayer.backward(double[] pattern)
          This method has a blank body as there are no biases to adjust.
 void WTALayer.backward(double[] pattern)
          No biases need updating or setting.
 void SigmoidLayer.backward(double[] pattern)
           
protected abstract  void Layer.backward(double[] pattern)
          Reverse transfer function of the component.
protected  void GaussLayer.forward(double[] aPattern)
           
protected  void SineLayer.forward(double[] aPattern)
           
protected  void RbfGaussianLayer.forward(double[] pattern)
           
 void GaussianLayer.forward(double[] pattern)
          This method takes as input an array of euclidean distances between the input and weights calculated by the previous synapse.
 void WTALayer.forward(double[] pattern)
          This method accepts an array of values from the input and forwards it according to the Winner Takes All strategy.
 void SigmoidLayer.forward(double[] pattern)
          This method accepts an array of values in input and forwards it according to the Sigmoid propagation pattern.
protected abstract  void Layer.forward(double[] pattern)
          Transfer function to recall a result on a trained net
 void Layer.run()
          The core running engine of the layer.
 

Uses of JooneRuntimeException in org.joone.io
 

Methods in org.joone.io that throw JooneRuntimeException
protected  PatternTokenizer StreamInputSynapse.getTokens()
          Getter for property tokens.
protected  void ImageInputSynapse.initInputStream()
           
protected  void YahooFinanceInputSynapse.initInputStream()
          Connects to Yahoo FInancial Services and obtains the historical data for the specifed symbol and data range.
protected  void InputConnector.initInputStream()
           
protected  void XLSInputSynapse.initInputStream()
          Reads data from the XLS file into this synapse.
protected  void URLInputSynapse.initInputStream()
          Reads the data from the URL specified in this URLInputSynapse.
protected abstract  void StreamInputSynapse.initInputStream()
           
protected  void MemoryInputSynapse.initInputStream()
           
protected  void JDBCInputSynapse.initInputStream()
          Connects to the database using Driver name and db URL and selects data using the SQLQuery.
protected  void FileInputSynapse.initInputStream()
           
protected  void JDBCOutputSynapse.initStream()
          Connects to the database using Driver name and db URL and selects data using the SQLAmendment.
 void JDBCOutputSynapse.write(Pattern pattern)
          Writes the pattern data to the database specified in the dbURL.
 



Submit Feedback to pmarrone@users.sourceforge.net