|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.meapsoft.featextractors.FeatureExtractor
Extract a vector of features for a chunk.
| Constructor Summary | |
FeatureExtractor()
|
|
| Method Summary | |
abstract java.lang.String |
description()
Returns a short string describing what this feature extractor does. |
abstract double[] |
features(STFT stft,
long startFrame,
int length)
Extract features from a chunk of STFT data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FeatureExtractor()
| Method Detail |
public abstract double[] features(STFT stft,
long startFrame,
int length)
public abstract java.lang.String description()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||