| Interface | Description |
|---|---|
| InputSynapse | |
| PatternTokenizer |
Interface to extract tokens from an input stream
|
| Class | Description |
|---|---|
| FileInputSynapse |
Allows data to be presented to the network from a file.
|
| FileInputSynapseBeanInfo | |
| FileOutputSynapse | |
| FileOutputSynapseBeanInfo | |
| ImageInputSynapse |
This synapse collects data from Image files or Image objects and feeds the data from the Images into the Neural network.
|
| ImageInputSynapseBeanInfo | |
| ImageInputTokenizer |
This tokenizer is responsible for collecting data from a list of Image file names or Image objects and feeding the data
from the Images into a tokenized array of values for feeding into the Neural network.
|
| ImageOutputSynapse |
This class collects the output from the connected layer and places it into an image file.
|
| ImageOutputSynapseBeanInfo | |
| InputConnector | |
| InputConnectorBeanInfo | |
| InputSwitchSynapse |
This class acts as a switch that can connect its output to one of its connected
input synapses.
|
| InputSwitchSynapseBeanInfo | |
| JDBCInputSynapse |
The JDBCInputSynapse provides support for data extraction from a database.
|
| JDBCInputSynapseBeanInfo | |
| JDBCOutputSynapse |
The JDBCOutputSynapse provides support for data input to a database.
|
| JDBCOutputSynapseBeanInfo | |
| MemoryInputSynapse | |
| MemoryInputTokenizer | |
| MemoryOutputSynapse | |
| MultipleInputSynapse |
This class reads sequentially all the connected input synapses,
in order to be able to use multiple sources as inputs.
|
| StreamInputFactory | |
| StreamInputSynapse | |
| StreamInputSynapseBeanInfo | |
| StreamInputTokenizer | |
| StreamOutputSynapse | |
| StreamOutputSynapseBeanInfo | |
| URLInputSynapse |
Allows data extraction from the internet or a file specified by a Universal
Resource Locator or URL.
|
| URLInputSynapseBeanInfo | |
| XLSInputSynapse |
This class allows data to be presented to the network from an Excel XLS
formatted file.
|
| XLSInputSynapseBeanInfo | |
| XLSInputTokenizer | |
| XLSOutputSynapse |
This class allows data to be read from an Excel XLS formatted file.
|
| XLSOutputSynapseBeanInfo | |
| YahooFinanceInputSynapse |
The YahooFinanceInputSynapse provides support for financial data input from financial markets.
|
| YahooFinanceInputSynapseBeanInfo |
Submit Feedback to pmarrone@users.sourceforge.net