|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractConverterPlugIn | |
---|---|
org.joone.util |
Uses of AbstractConverterPlugIn in org.joone.util |
---|
Subclasses of AbstractConverterPlugIn in org.joone.util | |
---|---|
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. |
Methods in org.joone.util that return AbstractConverterPlugIn | |
---|---|
AbstractConverterPlugIn |
AbstractConverterPlugIn.getNextPlugIn()
Gets the next converter plug-in within this cascading series of plug-ins. |
Methods in org.joone.util with parameters of type AbstractConverterPlugIn | |
---|---|
boolean |
AbstractConverterPlugIn.addPlugIn(AbstractConverterPlugIn aNewPlugIn)
Adds a plug-in at the end of the list of plug-ins. |
boolean |
AbstractConverterPlugIn.setNextPlugin(AbstractConverterPlugIn aNewNextPlugIn)
Deprecated. addPlugIn(AbstractConverterPlugIn) |
void |
AbstractConverterPlugIn.setNextPlugIn(AbstractConverterPlugIn newNextPlugIn)
Added for XML serialization |
Constructors in org.joone.util with parameters of type AbstractConverterPlugIn | |
---|---|
InputPluginEvent(AbstractConverterPlugIn aPlugIn)
Deprecated. |
|
OutputPluginEvent(AbstractConverterPlugIn aPlugIn)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |