|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFeatureExtraction
Feature Extraction Interface.
$Id: IFeatureExtraction.java,v 1.5 2006/08/04 03:31:04 mokhov Exp $
| Field Summary | |
|---|---|
static java.lang.String |
MARF_INTERFACE_CODE_REVISION
Interface source code revision. |
| Method Summary | |
|---|---|
boolean |
extractFeatures()
Abstract feature extraction routine. |
boolean |
extractFeatures(double[] padSampleData)
Abstract feature extraction routine. |
double[] |
getFeaturesArray()
Allows retrieval of the features. |
IPreprocessing |
getPreprocessing()
Retrieves inner preprocessing reference. |
void |
setPreprocessing(IPreprocessing poPreprocessing)
Allows setting the source preprocessing module. |
| Field Detail |
|---|
static final java.lang.String MARF_INTERFACE_CODE_REVISION
| Method Detail |
|---|
boolean extractFeatures()
throws FeatureExtractionException
FeatureExtractionException - if there was an error while extracting features
boolean extractFeatures(double[] padSampleData)
throws FeatureExtractionException
padSampleData - the sample to extract features from
FeatureExtractionException - if there was an error while extracting featuresdouble[] getFeaturesArray()
double values)IPreprocessing getPreprocessing()
void setPreprocessing(IPreprocessing poPreprocessing)
poPreprocessing - the preprocessing object to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||