Definition at line 21 of file NormDerivativeLem3.h.
Public Member Functions | |
CNormDerivativeLem3 () | |
virtual | ~CNormDerivativeLem3 () |
virtual bool | init (CFeatures *f) |
initialize preprocessor from features | |
virtual void | cleanup () |
cleanup | |
virtual bool | load (FILE *f) |
initialize preprocessor from file | |
virtual bool | save (FILE *f) |
save preprocessor init-data to file | |
virtual DREAL * | apply_to_feature_matrix (CFeatures *f) |
virtual DREAL * | apply_to_feature_vector (DREAL *f, INT len) |
virtual ST * | apply_to_feature_vector (ST *f, INT &len)=0 |
virtual EFeatureClass | get_feature_class () |
return that we are simple features (just fixed size matrices) | |
virtual EFeatureType | get_feature_type () |
return feature type | |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
virtual bool | load_init_data (FILE *src)=0 |
initialize preprocessor from file | |
virtual bool | save_init_data (FILE *dst)=0 |
save init-data (like transforamtion matrices etc) to file | |
const CHAR * | get_name () const |
return the name of the preprocessor | |
const CHAR * | get_id () const |
return a FOUR letter id of the preprocessor | |
Static Public Attributes | |
static CParallel | parallel |
static CIO | io |
static CVersion | version |
Protected Attributes | |
const CHAR * | preproc_name |
const CHAR * | preproc_id |
CNormDerivativeLem3::CNormDerivativeLem3 | ( | ) |
default constructor
Definition at line 16 of file NormDerivativeLem3.cpp.
CNormDerivativeLem3::~CNormDerivativeLem3 | ( | ) | [virtual] |
Definition at line 21 of file NormDerivativeLem3.cpp.
bool CNormDerivativeLem3::init | ( | CFeatures * | f | ) | [virtual] |
initialize preprocessor from features
Implements CPreProc.
Definition at line 26 of file NormDerivativeLem3.cpp.
void CNormDerivativeLem3::cleanup | ( | ) | [virtual] |
cleanup
initialize preprocessor from features
Implements CPreProc.
Definition at line 35 of file NormDerivativeLem3.cpp.
bool CNormDerivativeLem3::load | ( | FILE * | f | ) | [virtual] |
bool CNormDerivativeLem3::save | ( | FILE * | f | ) | [virtual] |
apply preproc on feature matrix result in feature matrix return pointer to feature_matrix, i.e. f->get_feature_matrix();
apply preproc on feature matrix result in feature matrix return pointer to feature_matrix, i.e. f->get_feature_matrix();
Implements CSimplePreProc< ST >.
Definition at line 54 of file NormDerivativeLem3.cpp.
apply preproc on single feature vector result in feature matrix
apply preproc on single feature vector result in feature matrix
Definition at line 61 of file NormDerivativeLem3.cpp.
virtual ST* CSimplePreProc< ST >::apply_to_feature_vector | ( | ST * | f, | |
INT & | len | |||
) | [pure virtual, inherited] |
apply preproc on single feature vector result in feature matrix
virtual EFeatureClass CSimplePreProc< ST >::get_feature_class | ( | ) | [virtual, inherited] |
return that we are simple features (just fixed size matrices)
Implements CPreProc.
Definition at line 43 of file SimplePreProc.h.
virtual EFeatureType CSimplePreProc< ST >::get_feature_type | ( | ) | [virtual, inherited] |
EFeatureType CSimplePreProc< DREAL >::get_feature_type | ( | ) | [virtual, inherited] |
return feature type with which objects derived from CPreProc can deal
Implements CPreProc.
Definition at line 48 of file SimplePreProc.h.
EFeatureType CSimplePreProc< SHORT >::get_feature_type | ( | ) | [virtual, inherited] |
return feature type with which objects derived from CPreProc can deal
Implements CPreProc.
Definition at line 53 of file SimplePreProc.h.
EFeatureType CSimplePreProc< WORD >::get_feature_type | ( | ) | [virtual, inherited] |
return feature type with which objects derived from CPreProc can deal
Implements CPreProc.
Definition at line 58 of file SimplePreProc.h.
EFeatureType CSimplePreProc< CHAR >::get_feature_type | ( | ) | [virtual, inherited] |
return feature type with which objects derived from CPreProc can deal
Implements CPreProc.
Definition at line 63 of file SimplePreProc.h.
EFeatureType CSimplePreProc< BYTE >::get_feature_type | ( | ) | [virtual, inherited] |
return feature type with which objects derived from CPreProc can deal
Implements CPreProc.
Definition at line 68 of file SimplePreProc.h.
EFeatureType CSimplePreProc< ULONG >::get_feature_type | ( | ) | [virtual, inherited] |
return feature type with which objects derived from CPreProc can deal
Implements CPreProc.
Definition at line 73 of file SimplePreProc.h.
virtual bool CPreProc::load_init_data | ( | FILE * | src | ) | [pure virtual, inherited] |
initialize preprocessor from file
Implemented in CLogPlusOne, CNormOne, CPruneVarSubMean, CSortUlongString, CSortWord, and CSortWordString.
virtual bool CPreProc::save_init_data | ( | FILE * | dst | ) | [pure virtual, inherited] |
save init-data (like transforamtion matrices etc) to file
Implemented in CLogPlusOne, CNormOne, CPruneVarSubMean, CSortUlongString, CSortWord, and CSortWordString.
const CHAR* CPreProc::get_name | ( | ) | const [inherited] |
const CHAR* CPreProc::get_id | ( | ) | const [inherited] |
const CHAR* CPreProc::preproc_name [protected, inherited] |
const CHAR* CPreProc::preproc_id [protected, inherited] |
CParallel CSGObject::parallel [static, inherited] |
Definition at line 105 of file SGObject.h.
CIO CSGObject::io [static, inherited] |
Definition at line 106 of file SGObject.h.
CVersion CSGObject::version [static, inherited] |
Definition at line 107 of file SGObject.h.