marf.FeatureExtraction.Segmentation
Class Segmentation

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

public class Segmentation
extends FeatureExtraction

Class Segmentation.

$Id: Segmentation.java,v 1.11 2005/05/25 00:48:26 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
Segmentation(marf.Preprocessing.Preprocessing poPreprocessing)
          Segmentation 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

Segmentation

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

Parameters:
poPreprocessing - Preprocessing object 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