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

Quick Search    Search Deep

marf.FeatureExtraction.Cepstral
Class Cepstral  view Cepstral download Cepstral.java

java.lang.Object
  extended bymarf.Storage.StorageManager
      extended bymarf.FeatureExtraction.FeatureExtraction
          extended bymarf.FeatureExtraction.Cepstral.Cepstral
All Implemented Interfaces:
marf.FeatureExtraction.IFeatureExtraction, marf.Storage.IStorageManager, java.io.Serializable

public class Cepstral
extends marf.FeatureExtraction.FeatureExtraction

Class Cepstral.

$Id: Cepstral.java,v 1.13 2005/08/13 23:46:43 susan_fan Exp $

Since:
0.0.1
Version:
$Revision: 1.13 $

Field Summary
private static long serialVersionUID
          For serialization versioning.
 
Fields inherited from class marf.FeatureExtraction.FeatureExtraction
adFeatures, oPreprocessing
 
Fields inherited from class marf.Storage.StorageManager
bDumpOnNotFound, iCurrentDumpMode, oObjectToSerialize, strFilename
 
Fields inherited from interface marf.FeatureExtraction.IFeatureExtraction
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
Cepstral(marf.Preprocessing.IPreprocessing poPreprocessing)
          Cepstral Constructor.
 
Method Summary
 boolean extractFeatures()
          Not Implemented.
static java.lang.String getMARFSourceCodeRevision()
          Returns source code revision information.
 
Methods inherited from class marf.FeatureExtraction.FeatureExtraction
backSynchronizeObject, getFeaturesArray, getPreprocessing, setPreprocessing
 
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

Cepstral

public Cepstral(marf.Preprocessing.IPreprocessing poPreprocessing)
Cepstral Constructor.

Method Detail

extractFeatures

public final boolean extractFeatures()
                              throws marf.FeatureExtraction.FeatureExtractionException
Not Implemented.


getMARFSourceCodeRevision

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

Since:
0.3.0