edu.gtts.sautrela.sp
Class LiveFeatureWarper
java.lang.Object
edu.gtts.sautrela.engine.AbstractDataProcessor
edu.gtts.sautrela.sp.LiveFeatureWarper
- All Implemented Interfaces:
- DataProcessor, java.beans.BeanInfo, java.io.Serializable
public class LiveFeatureWarper
- extends AbstractDataProcessor
- Author:
- mpenagar
- See Also:
- Serialized Form
| Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_WINDOWSIZE
public static final int DEFAULT_WINDOWSIZE
- default windowSize == 300
- See Also:
- Constant Field Values
LiveFeatureWarper
public LiveFeatureWarper()
- Creates a new Deltas DataProcessor
getWindowSize
public int getWindowSize()
- Gets the warping window size
- Returns:
- The warping window size
setWindowSize
public void setWindowSize(int windowsize)
- Sets the warping window size
- Parameters:
windowsize - The warping window size
process
public void process(Buffer in,
Buffer out)
throws DataProcessorException
- Processes the input Data. Input data is treated as multidimensional data
and therefore all processed vectors MUST have the same length.
- Parameters:
in - Input Bufferout - Output Buffer
- Throws:
DataProcessorException
editBeanInfo
public void editBeanInfo(java.beans.BeanInfo info)
- Overrides:
editBeanInfo in class AbstractDataProcessor
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception