|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.beadsproject.beads.analysis.FeatureExtractor<float[],float[]> net.beadsproject.beads.analysis.featureextractors.ReBin
public class ReBin
ReBin takes an array of float data and places the data into a smaller array, the size of which is specified by the number of features.
Field Summary |
---|
Fields inherited from class net.beadsproject.beads.analysis.FeatureExtractor |
---|
featureDescriptions, features, name, numFeatures |
Constructor Summary | |
---|---|
ReBin(int numFeatures)
Instantiates a new ReBin. |
Method Summary | |
---|---|
void |
addListener(FeatureExtractor<?,float[]> listener)
Adds the listener. |
void |
process(float[] original)
Process some data of type P (specified by the class def). |
Methods inherited from class net.beadsproject.beads.analysis.FeatureExtractor |
---|
getFeatureDescriptions, getFeatures, getName, getNumberOfFeatures, setName, setNumberOfFeatures |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReBin(int numFeatures)
numFeatures
- the number of features.Method Detail |
---|
public void process(float[] original)
FeatureExtractor
process
in class FeatureExtractor<float[],float[]>
original
- the data.public void addListener(FeatureExtractor<?,float[]> listener)
listener
- the listener.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |