Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

marf.Preprocessing.Dummy
Class Raw  view Raw download Raw.java

java.lang.Object
  extended bymarf.Storage.StorageManager
      extended bymarf.Preprocessing.Preprocessing
          extended bymarf.Preprocessing.Dummy.Dummy
              extended bymarf.Preprocessing.Dummy.Raw
All Implemented Interfaces:
marf.Preprocessing.IPreprocessing, marf.Storage.IStorageManager, java.io.Serializable

public class Raw
extends Dummy

Implements raw preprocessing module for testing purposes that does not do any preprocessing.

$Id: Raw.java,v 1.8 2005/08/13 23:09:38 susan_fan Exp $

Since:
0.3.0.2
Version:
$Revision: 1.8 $

Field Summary
private static long serialVersionUID
          For serialization versioning.
 
Fields inherited from class marf.Preprocessing.Preprocessing
oSample
 
Fields inherited from class marf.Storage.StorageManager
bDumpOnNotFound, iCurrentDumpMode, oObjectToSerialize, strFilename
 
Fields inherited from interface marf.Preprocessing.IPreprocessing
MARF_INTERFACE_CODE_REVISION
 
Fields inherited from interface marf.Storage.IStorageManager
DUMP_BINARY, DUMP_CSV_TEXT, DUMP_GZIP_BINARY, DUMP_HTML, DUMP_SQL, DUMP_XML, MARF_INTERFACE_CODE_REVISION, STORAGE_FILE_EXTENSIONS
 
Constructor Summary
Raw(marf.Preprocessing.IPreprocessing poPreprocessing)
          Implementation of the preprocessing pipeline.
Raw(marf.Storage.Sample poSample)
          Raw Constructor.
 
Method Summary
static java.lang.String getMARFSourceCodeRevision()
          Returns source code revision information.
 boolean preprocess()
          Raw implementation of preprocess() for testing.
 
Methods inherited from class marf.Preprocessing.Dummy.Dummy
cropAudio, removeNoise, removeSilence
 
Methods inherited from class marf.Preprocessing.Preprocessing
backSynchronizeObject, getSample, normalize, normalize, normalize, setSample
 
Methods inherited from class marf.Storage.StorageManager
dump, dumpBinary, dumpCSV, dumpGzipBinary, dumpHTML, dumpSQL, dumpXML, enableDumpOnNotFound, getDefaultExtension, getDefaultExtension, getDumpMode, getFilename, restore, restoreBinary, restoreCSV, restoreGzipBinary, restoreHTML, restoreSQL, restoreXML, setDumpMode, setFilename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
For serialization versioning. When adding new members or make other structural changes regenerate this number with the serialver tool that comes with JDK.

Since:
0.3.0.4
See Also:
Constant Field Values
Constructor Detail

Raw

public Raw(marf.Preprocessing.IPreprocessing poPreprocessing)
    throws marf.Preprocessing.PreprocessingException
Implementation of the preprocessing pipeline.


Raw

public Raw(marf.Storage.Sample poSample)
    throws marf.Preprocessing.PreprocessingException
Raw Constructor.

Method Detail

preprocess

public boolean preprocess()
                   throws marf.Preprocessing.PreprocessingException
Raw implementation of preprocess() for testing. Does not do any preprocessing.

Specified by:
preprocess in interface marf.Preprocessing.IPreprocessing
Overrides:
preprocess in class Dummy

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Returns source code revision information.