public class ReBin extends FeatureExtractor<float[],float[]>
featureDescriptions, features, name, numFeatures| Constructor and Description |
|---|
ReBin(int numFeatures)
Instantiates a new ReBin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(TimeStamp startTime,
TimeStamp endTime,
float[] original)
Process some data of type P (specified by the class def).
|
void |
setNumberOfFeatures(int nf)
Sets the number of features.
|
addListener, forward, getFeatureDescriptions, getFeatures, getName, getNumberOfFeatures, removeListener, setNamegetKillListener, isDeleted, isPaused, kill, message, messageReceived, pause, setKillListener, start, toStringpublic ReBin(int numFeatures)
numFeatures - the number of features.public void setNumberOfFeatures(int nf)
FeatureExtractorsetNumberOfFeatures in class FeatureExtractor<float[],float[]>nf - the new number of features.public void process(TimeStamp startTime, TimeStamp endTime, float[] original)
FeatureExtractorprocess in class FeatureExtractor<float[],float[]>original - the data.