Package | Description |
---|---|
org.joone.engine | |
org.joone.engine.learning | |
org.joone.io | |
org.joone.util |
Modifier and Type | Method and Description |
---|---|
void |
RbfGaussianLayer.useRandomCenter(StreamInputSynapse aStreamInput)
Sets the Gaussian parameters to centers chosen randomly from the input/training data.
|
Modifier and Type | Field and Description |
---|---|
protected StreamInputSynapse |
AbstractTeacherSynapse.desired
The stream from where to read the desired input.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
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 |
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 | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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. |
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.
|
Modifier and Type | Method and Description |
---|---|
StreamInputSynapse |
LearningSwitch.getTrainingSet()
Getter for property trainingSet.
|
StreamInputSynapse |
LearningSwitch.getValidationSet()
Getter for property validationSet.
|
Modifier and Type | Method and Description |
---|---|
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