Package marf.util

Interface Summary
IMARFException TODO: document.
IOptionProvider Anything that provides an options set to option consumers must conform to this SIMPLE interface.
 

Class Summary
Arrays marf.util.Arrays is an extension of java.util.Arrays to group a lot of commonly used arrays-related functionality in one place.
BaseThread Class BaseThread is customized base class for many of our own threads.
ByteUtils Byte-Array Conversion Utility Functions.
Debug Simple MARF Debugging Facility.
ExceptionFactory Factory for producing various MARF exception objects.
ExceptionUtils Common exception utility methods used by all the branches of the MARF Exceptions hierarchy.
ExpandedThreadGroup Provides some useful extensions to java.lang.ThreadGroup one would normally expect to be in a "group".
FreeVector Adaptive extension of the java.util.Vector class.
Logger MARF Runnable Logging Facility.
Matrix Free Matrix - a multidimensional extension of FreeVector.
OptionFileLoader Loads a configuration file.
OptionProcessor Command-Line Option Processing Facilitating Utility.
SortComparator Sort Comparator is the base for all sorting operations in MARF.
 

Exception Summary
InvalidSampleFormatException Class InvalidSampleFormatException typically signals a mismatch of a loader and file being loader or sample type and its data.
MARFException Class MARFException.
MARFRuntimeException This class extends RuntimeException for MARF specifics.
NotImplementedException This class extends RuntimeException for MARF unimplemented parts.
 



SourceForge Logo