marf.FeatureExtraction.F0
Class F0

java.lang.Object
  |
  +--marf.FeatureExtraction.FeatureExtraction
        |
        +--marf.FeatureExtraction.F0.F0
All Implemented Interfaces:
StorageManager

public class F0
extends FeatureExtraction

Class F0

$Header: /cvsroot/marf/marf/src/marf/FeatureExtraction/F0/F0.java,v 1.6.2.1 2003/02/16 18:26:46 mokhov Exp $


Fields inherited from class marf.FeatureExtraction.FeatureExtraction
adFeatures, oPreprocessing
 
Constructor Summary
F0(Preprocessing poPreprocessing)
          F0 Constructor
 
Method Summary
 void dump()
          Not Implemented
 boolean extractFeatures()
          Not Implemented
 void restore()
          Not Implemented
 
Methods inherited from class marf.FeatureExtraction.FeatureExtraction
getFeaturesArray, hamming, hamming
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

F0

public F0(Preprocessing poPreprocessing)
F0 Constructor
Parameters:
poPreprocessing - Preprocessing module reference
Method Detail

extractFeatures

public final boolean extractFeatures()
                              throws FeatureExtractionException
Not Implemented
Overrides:
extractFeatures in class FeatureExtraction
Following copied from class: marf.FeatureExtraction.FeatureExtraction
Returns:
boolean true if there were features extracted, false otherwise

dump

public void dump()
          throws java.io.IOException
Not Implemented
Following copied from interface: marf.Storage.StorageManager
Throws:
java.io.IOException -  

restore

public void restore()
             throws java.io.IOException
Not Implemented
Following copied from interface: marf.Storage.StorageManager
Throws:
java.io.IOException -