|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleParams | |
---|---|
marf | |
marf.Storage |
Uses of ModuleParams in marf |
---|
Fields in marf declared as ModuleParams | |
---|---|
protected ModuleParams |
Configuration.oModuleParams
Stores module-specific parameters in an independent way. |
Methods in marf that return ModuleParams | |
---|---|
ModuleParams |
Configuration.getModuleParams()
|
static ModuleParams |
MARF.getModuleParams()
Gets module-specific parameters an application programmer passed on to the module. |
ModuleParams |
Configuration.toModuleParams()
|
Methods in marf with parameters of type ModuleParams | |
---|---|
void |
Configuration.setModuleParams(ModuleParams poModuleParams)
|
static void |
MARF.setModuleParams(ModuleParams poModuleParams)
Sets module-specific parameters an application programmer wishes to pass on to the module. |
Constructors in marf with parameters of type ModuleParams | |
---|---|
Configuration(int piPreprocessingMethod,
int piFeatureExtractionMethod,
int piClassificationMethod,
int piSampleFormat,
int piCurrentSubject,
java.lang.String pstrFileName,
java.lang.String pstrSamplesDir,
ModuleParams poModuleParams,
boolean pbDumpSpectrogram,
boolean pbDumpWaveGraph,
java.lang.String pstrSampleLoaderPluginClass,
java.lang.String pstrPreprocessingPluginClass,
java.lang.String pstrFeatureExtractionPluginClass,
java.lang.String pstrClassificationPluginClass,
boolean pbDebug)
All-fields constructor. |
Uses of ModuleParams in marf.Storage |
---|
Constructors in marf.Storage with parameters of type ModuleParams | |
---|---|
ModuleParams(ModuleParams poModuleParams)
Copy-constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |