marf.FeatureExtraction.F0
Class F0

java.lang.Object
  |
  +--marf.Storage.StorageManager
        |
        +--marf.FeatureExtraction.FeatureExtraction
              |
              +--marf.FeatureExtraction.F0.F0
All Implemented Interfaces:
IStorageManager, java.io.Serializable

public class F0
extends FeatureExtraction

Class F0.

$Id: F0.java,v 1.11 2005/05/25 00:48:25 mokhov Exp $

Since:
0.0.1
Version:
$Revision: 1.11 $
Author:
Serguei Mokhov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class marf.FeatureExtraction.FeatureExtraction
adFeatures, oPreprocessing
 
Fields inherited from class marf.Storage.StorageManager
iCurrentDumpMode, oObjectToSerialize, strFilename
 
Fields inherited from interface marf.Storage.IStorageManager
DUMP_BINARY, DUMP_CSV_TEXT, DUMP_GZIP_BINARY, DUMP_HTML, DUMP_SQL, DUMP_XML, INTERFACE_CODE_REVISION, sastrExtensionsMap
 
Constructor Summary
F0(marf.Preprocessing.Preprocessing poPreprocessing)
          F0 Constructor.
 
Method Summary
 boolean extractFeatures()
          Not Implemented.
static java.lang.String getRevision()
          Returns source code revision information.
 
Methods inherited from class marf.FeatureExtraction.FeatureExtraction
backSynchronizeObject, getFeaturesArray
 
Methods inherited from class marf.Storage.StorageManager
dump, dumpBinary, dumpCSV, dumpGzipBinary, dumpHTML, dumpSQL, dumpXML, 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
 

Constructor Detail

F0

public F0(marf.Preprocessing.Preprocessing poPreprocessing)
F0 Constructor.

Parameters:
poPreprocessing - Preprocessing module reference
Method Detail

extractFeatures

public final boolean extractFeatures()
                              throws FeatureExtractionException
Not Implemented.

Specified by:
extractFeatures in class FeatureExtraction
Returns:
boolean true if there were features extracted, false otherwise
Throws:
NotImplementedException
FeatureExtractionException - if there was an error while extracting features

getRevision

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

Returns:
revision string
Since:
0.3.0