Uses of Class
org.joone.util.ConverterPlugIn

Packages that use ConverterPlugIn
org.joone.io   
org.joone.util   
 

Uses of ConverterPlugIn in org.joone.io
 

Methods in org.joone.io that return ConverterPlugIn
 ConverterPlugIn InputSwitchSynapse.getPlugIn()
           
 ConverterPlugIn StreamInputSynapse.getPlugIn()
          Gets the attached ConverterPlugin, if any
 

Methods in org.joone.io with parameters of type ConverterPlugIn
 boolean StreamInputSynapse.addPlugIn(ConverterPlugIn aNewPlugIn)
          Adds a plug in to the stream input synapse for data preprocessing.
 boolean StreamInputSynapse.setPlugin(ConverterPlugIn newPlugIn)
          Deprecated. StreamInputSynapse.addPlugIn(ConverterPlugIn). If you want to replace the plug in by setting a new plug in please use #removeAllPlugIns(ConverterPlugIn) and StreamInputSynapse.addPlugIn(ConverterPlugIn).
 void StreamInputSynapse.setPlugIn(ConverterPlugIn newPlugIn)
          Added for XML serialization **** DO NOT USE **** Use addPlugin instead
 

Uses of ConverterPlugIn in org.joone.util
 

Subclasses of ConverterPlugIn 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 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 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.
 



Submit Feedback to pmarrone@users.sourceforge.net