protected static class SpeechDetectorTrainer.MFCCFeatureExtractor extends Object implements FeatureExtractor<DoubleFV,SampleChunk>
| Modifier | Constructor and Description |
|---|---|
protected |
MFCCFeatureExtractor() |
| Modifier and Type | Method and Description |
|---|---|
DoubleFV |
extractFeature(SampleChunk object)
Extract features from an object and return them.
|
protected MFCCFeatureExtractor()
public DoubleFV extractFeature(SampleChunk object)
FeatureExtractorextractFeature in interface FeatureExtractor<DoubleFV,SampleChunk>object - the object to extract from