|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MARFException | |
---|---|
marf | |
marf.Classification | |
marf.FeatureExtraction | |
marf.gui | |
marf.math | |
marf.nlp | |
marf.nlp.Parsing | |
marf.Preprocessing | |
marf.Storage | |
marf.util |
Uses of MARFException in marf |
---|
Methods in marf that throw MARFException | |
---|---|
static void |
MARF.checkSettings()
Checks for all necessary settings to be present. |
static void |
MARF.recognize()
Recognition/Identification mode. |
static void |
MARF.setClassificationMethod(int piClassificationMethod)
Sets classification method to be used. |
static void |
MARF.setClassificationPluginClass(java.lang.Class poClass)
Allows setting a loaded classification plug-in class. |
static void |
MARF.setClassificationPluginClass(java.lang.String pstrClassName)
Allows loading a classification plug-in by its name. |
static Configuration |
MARF.setConfiguration(Configuration poConfiguration)
Allows setting a complete MARF configuration parameters. |
static void |
MARF.setFeatureExtractionMethod(int piFeatureExtractionMethod)
Sets feature extraction method to be used. |
static void |
MARF.setFeatureExtractionPluginClass(java.lang.Class poClass)
Allows setting a loaded feature extraction class plug-in class. |
static void |
MARF.setFeatureExtractionPluginClass(java.lang.String pstrClassName)
Allows loading a feature extraction plug-in by its name. |
static void |
MARF.setPreprocessingMethod(int piPreprocessingMethod)
Sets preprocessing method to be used. |
static void |
MARF.setPreprocessingPluginClass(java.lang.Class poClass)
Allows setting a loaded preprocessing plug-in class. |
static void |
MARF.setPreprocessingPluginClass(java.lang.String pstrClassName)
Allows loading a preprocessing plug-in by its name. |
static void |
MARF.setSampleLoaderPluginClass(java.lang.Class poClass)
Allows setting a loaded sample loader plug-in class. |
static void |
MARF.setSampleLoaderPluginClass(java.lang.String pstrClassName)
Allows loading a sample loader plug-in by its name. |
static void |
MARF.train()
Training mode. |
static void |
Version.validateVersions(double pdDoubleVersion)
Makes sure the applications aren't run against older MARF version. |
static void |
Version.validateVersions(double pdDoubleVersion,
boolean pbExactMatch)
Makes sure the applications aren't run against an older MARF or exact matching library version. |
static void |
Version.validateVersions(int piIntVersion)
Makes sure the applications aren't run against older MARF version. |
static void |
Version.validateVersions(int piIntVersion,
boolean pbExactMatch)
Makes sure the applications aren't run against an older MARF or exact matching library version. |
static void |
Version.validateVersions(java.lang.String pstrStringVersion)
Makes sure the applications aren't run against older MARF version. |
static void |
Version.validateVersions(java.lang.String pstrStringVersion,
boolean pbExactMatch)
Makes sure the applications aren't run against an older MARF or exact matching library version. |
Uses of MARFException in marf.Classification |
---|
Subclasses of MARFException in marf.Classification | |
---|---|
class |
ClassificationException
Class ClassificationException indicates an error during classification process. |
Uses of MARFException in marf.FeatureExtraction |
---|
Subclasses of MARFException in marf.FeatureExtraction | |
---|---|
class |
FeatureExtractionException
Class FeatureExtractionException. |
Uses of MARFException in marf.gui |
---|
Subclasses of MARFException in marf.gui | |
---|---|
class |
GUIException
GUIException is a root of exception hierarchy in the exception processing of the GUI-related modules of MARF. |
Uses of MARFException in marf.math |
---|
Subclasses of MARFException in marf.math | |
---|---|
class |
MathException
Indicates exceptional situations in MARF's math. |
Uses of MARFException in marf.nlp |
---|
Subclasses of MARFException in marf.nlp | |
---|---|
class |
NLPException
NLPException is a root of exception hierarchy in the NLP exception processing. |
Uses of MARFException in marf.nlp.Parsing |
---|
Subclasses of MARFException in marf.nlp.Parsing | |
---|---|
class |
CompilerError
Generic Compiler Error. |
class |
LexicalError
This class denotes a lexical error type. |
class |
SemanticError
Class SemanticError Represents an instance of a semantic error in the semantic analysis process. |
class |
SyntaxError
Represents a Syntax Error. |
Uses of MARFException in marf.Preprocessing |
---|
Subclasses of MARFException in marf.Preprocessing | |
---|---|
class |
PreprocessingException
Class PreprocessingException indicates an error in one of the preprocessing modules if an error happens somewhere throughout the process. |
Uses of MARFException in marf.Storage |
---|
Subclasses of MARFException in marf.Storage | |
---|---|
class |
StorageException
Class StorageException indicates a serialization/storage-related error. |
Uses of MARFException in marf.util |
---|
Subclasses of MARFException in marf.util | |
---|---|
class |
InvalidSampleFormatException
Class InvalidSampleFormatException typically signals a mismatch of a loader and file being loader or sample type and its data. |
Methods in marf.util that return MARFException | |
---|---|
static MARFException |
ExceptionFactory.createMARFException()
Creates an instance of the MARFException object. |
static MARFException |
ExceptionFactory.createMARFException(java.lang.Exception poException)
Creates an instance of the MARFException object. |
static MARFException |
ExceptionFactory.createMARFException(java.lang.String pstrMessage)
Creates an instance of the MARFException object with a custom message. |
static MARFException |
ExceptionFactory.createMARFException(java.lang.String pstrMessage,
java.lang.Exception poException)
Creates an instance of the MARFException object with a custom message and an exception object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |