Preprocessor NormDerivativeLem3, performs the normalization used in Lemma3 in Jaakola Hausslers Fischer Kernel paper currently not implemented.
Definition at line 22 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 float64_t * | apply_to_feature_matrix (CFeatures *f) |
| virtual float64_t * | apply_to_feature_vector (float64_t *f, int32_t len) |
| CNormDerivativeLem3::CNormDerivativeLem3 | ( | ) |
default constructor
Definition at line 16 of file NormDerivativeLem3.cpp.
| CNormDerivativeLem3::~CNormDerivativeLem3 | ( | ) | [virtual] |
Definition at line 21 of file NormDerivativeLem3.cpp.
apply preproc on feature matrix result in feature matrix return pointer to feature_matrix, i.e. f->get_feature_matrix();
Implements CSimplePreProc< float64_t >.
Definition at line 54 of file NormDerivativeLem3.cpp.
apply preproc on single feature vector result in feature matrix
Definition at line 61 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::init | ( | CFeatures * | f | ) | [virtual] |
initialize preprocessor from features
Implements CPreProc.
Definition at line 26 of file NormDerivativeLem3.cpp.
| bool CNormDerivativeLem3::load | ( | FILE * | f | ) | [virtual] |
initialize preprocessor from file
Definition at line 40 of file NormDerivativeLem3.cpp.
| bool CNormDerivativeLem3::save | ( | FILE * | f | ) | [virtual] |
save preprocessor init-data to file
Definition at line 46 of file NormDerivativeLem3.cpp.