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, setName
getKillListener, isDeleted, isPaused, kill, message, messageReceived, pause, setKillListener, start, toString
public ReBin(int numFeatures)
numFeatures
- the number of features.public void setNumberOfFeatures(int nf)
FeatureExtractor
setNumberOfFeatures
in class FeatureExtractor<float[],float[]>
nf
- the new number of features.public void process(TimeStamp startTime, TimeStamp endTime, float[] original)
FeatureExtractor
process
in class FeatureExtractor<float[],float[]>
original
- the data.