Package | Description |
---|---|
org.joone.util |
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
AbstractConverterPlugIn |
AbstractConverterPlugIn.getNextPlugIn()
Gets the next converter plug-in within this cascading series of plug-ins.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractConverterPlugIn.addPlugIn(AbstractConverterPlugIn aNewPlugIn)
Adds a plug-in at the end of the list of plug-ins.
|
boolean |
AbstractConverterPlugIn.setNextPlugin(AbstractConverterPlugIn aNewNextPlugIn)
Deprecated.
|
void |
AbstractConverterPlugIn.setNextPlugIn(AbstractConverterPlugIn newNextPlugIn)
Added for XML serialization
|
Constructor and Description |
---|
InputPluginEvent(AbstractConverterPlugIn aPlugIn)
Deprecated.
|
OutputPluginEvent(AbstractConverterPlugIn aPlugIn)
Deprecated.
|
Submit Feedback to pmarrone@users.sourceforge.net