Package | Description |
---|---|
org.joone.io | |
org.joone.util |
Modifier and Type | Class and Description |
---|---|
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 |
StreamInputSynapse |
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Submit Feedback to pmarrone@users.sourceforge.net