public class SpeechDetectorTrainer extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SpeechDetectorTrainer.MFCCFeatureExtractor
Feature extractor for extracting MFCC features from a sample chunk.
|
protected static class |
SpeechDetectorTrainer.Options
Options for the tool
|
| Constructor and Description |
|---|
SpeechDetectorTrainer(SpeechDetectorTrainer.Options options)
Constructor for the trainer tool
|
| Modifier and Type | Method and Description |
|---|---|
AudioAnnotator.AudioAnnotatorType |
getTrainer()
Returns the trainer used for this trainer
|
static void |
main(String[] args) |
public SpeechDetectorTrainer(SpeechDetectorTrainer.Options options) throws FileNotFoundException
options - the options to use.FileNotFoundExceptionpublic AudioAnnotator.AudioAnnotatorType getTrainer()