Package | Description |
---|---|
org.joone.engine | |
org.joone.io | |
org.joone.structure |
Modifier and Type | Method and Description |
---|---|
void |
GaussianLayer.backward(double[] pattern)
This method has a blank body as there are no biases to adjust.
|
protected abstract void |
Layer.backward(double[] pattern)
Reverse transfer function of the component.
|
void |
SigmoidLayer.backward(double[] pattern) |
void |
SineLayer.backward(double[] aPattern) |
void |
GaussLayer.backward(double[] aPattern) |
void |
WTALayer.backward(double[] pattern)
No biases need updating or setting.
|
protected void |
RbfGaussianLayer.backward(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.
|
protected abstract void |
Layer.forward(double[] pattern)
Transfer function to recall a result on a trained net
|
void |
SigmoidLayer.forward(double[] pattern)
This method accepts an array of values in input and forwards it
according to the Sigmoid propagation pattern.
|
protected void |
SineLayer.forward(double[] aPattern) |
protected void |
GaussLayer.forward(double[] aPattern) |
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.
|
protected void |
RbfGaussianLayer.forward(double[] pattern) |
void |
Layer.run()
The core running engine of the layer.
|
Modifier and Type | Method and Description |
---|---|
protected PatternTokenizer |
StreamInputSynapse.getTokens()
Getter for property tokens.
|
protected void |
XLSInputSynapse.initInputStream()
Reads data from the XLS file into this synapse.
|
protected void |
FileInputSynapse.initInputStream() |
protected void |
InputConnector.initInputStream() |
protected void |
URLInputSynapse.initInputStream()
Reads the data from the URL specified in this URLInputSynapse.
|
protected void |
YahooFinanceInputSynapse.initInputStream()
Connects to Yahoo FInancial Services and obtains the historical data for the specifed symbol and data range.
|
protected void |
ImageInputSynapse.initInputStream() |
protected void |
JDBCInputSynapse.initInputStream()
Connects to the database using Driver name and db URL and selects data using the SQLQuery.
|
protected void |
MemoryInputSynapse.initInputStream() |
protected abstract void |
StreamInputSynapse.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NetworkLayer.backward(double[] pattern) |
protected void |
NetworkLayer.forward(double[] pattern) |
Submit Feedback to pmarrone@users.sourceforge.net