|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlugInListener | |
---|---|
org.joone.io | |
org.joone.util |
Uses of PlugInListener in org.joone.io |
---|
Subinterfaces of PlugInListener in org.joone.io | |
---|---|
interface |
InputSynapse
|
Classes in org.joone.io that implement PlugInListener | |
---|---|
class |
FileInputSynapse
Allows data to be presented to the network from a file. |
class |
FileOutputSynapse
|
class |
ImageInputSynapse
This synapse collects data from Image files or Image objects and feeds the data from the Images into the Neural network. |
class |
ImageOutputSynapse
This class collects the output from the connected layer and places it into an image file. |
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 |
JDBCOutputSynapse
The JDBCOutputSynapse provides support for data input to a database. |
class |
MemoryInputSynapse
|
class |
MemoryOutputSynapse
|
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 |
StreamOutputSynapse
|
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 |
XLSOutputSynapse
This class allows data to be read from an Excel XLS formatted file. |
class |
YahooFinanceInputSynapse
The YahooFinanceInputSynapse provides support for financial data input from financial markets. |
Methods in org.joone.io with parameters of type PlugInListener | |
---|---|
void |
StreamInputSynapse.addPlugInListener(PlugInListener aListener)
Adds a plug-in lsitener to this input stream. |
void |
StreamInputSynapse.removePlugInListener(PlugInListener aListener)
Removes a plug-in listener from this input stream. |
Uses of PlugInListener in org.joone.util |
---|
Subinterfaces of PlugInListener in org.joone.util | |
---|---|
interface |
InputPluginListener
Deprecated. Use PlugInListener |
interface |
OutputPluginListener
Deprecated. Use PlugInListener |
Classes in org.joone.util that implement PlugInListener | |
---|---|
class |
AbstractConverterPlugIn
This abstract class must be extended to implement plug-ins for input or output data pre- or post-processing. |
class |
CenterOnZeroPlugIn
Center around the zero all the time series subtracting its average Creation date: (23/10/2000 23.55.34) |
class |
ColumnSelectorPlugIn
Certain plug-ins change the number of columns during their conversion, for example the ToBinaryPlugin increases the number of columns. |
class |
ConverterPlugIn
This abstract class must be extended to implement plug-ins for input data preprocessing. |
class |
DeltaNormPlugIn
This plugin calculates the Delta Normalization on a time series. |
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. |
class |
LogarithmicPlugIn
logarithmic transfer (base e) input data Creation date: (22/03/2004 23.06.00) |
class |
MinMaxExtractorPlugIn
Extracts from the time series the inversion points, setting its range from MIN_VALUE to MAX_VALUE. |
class |
MovingAveragePlugIn
Changes the specified input serie data so that it becomes a moving average of itself. |
class |
NormalizerPlugIn
Normalizes the input data within a predefined range Creation date: (23/10/2000 23.23.25) |
class |
OutputConverterPlugIn
Abstract class that must be extended to implement plugins for output data preprocessing. |
class |
RbfRandomCenterSelector
This plug in is used to select fixed centers for Gaussian RBF layers randomly from the input data. |
class |
ShufflePlugin
This plugin shuffles the content of the input buffer by mixing randomly the rows. |
class |
ToBinaryPlugin
This plug-in converts 10-base data to binary format. |
class |
UnNormalizerOutputPlugIn
UnNormalizes the input data within a predefined range. |
Methods in org.joone.util with parameters of type PlugInListener | |
---|---|
void |
AbstractConverterPlugIn.addPlugInListener(PlugInListener aListener)
Adds an PlugInListener to this plug-in. |
void |
AbstractConverterPlugIn.removePlugInListener(PlugInListener aListener)
Removes a PlugInListener that was previously registered to receive
plugin (data changed) events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |