SHOGUN v0.9.0
|
Preprocessor NormDerivativeLem3, performs the normalization used in Lemma3 in Jaakola Hausslers Fischer Kernel paper currently not implemented
在文件NormDerivativeLem3.h第23行定义。
公有成员 | |
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) |
default constructor
在文件NormDerivativeLem3.cpp第18行定义。
~CNormDerivativeLem3 | ( | ) | [virtual] |
在文件NormDerivativeLem3.cpp第23行定义。
apply preproc on feature matrix result in feature matrix return pointer to feature_matrix, i.e. f->get_feature_matrix();
实现了CSimplePreProc< float64_t >。
在文件NormDerivativeLem3.cpp第60行定义。
apply preproc on single feature vector result in feature matrix
实现了CSimplePreProc< float64_t >。
在文件NormDerivativeLem3.cpp第67行定义。
void cleanup | ( | ) | [virtual] |
bool init | ( | CFeatures * | f | ) | [virtual] |
bool load | ( | FILE * | f | ) | [virtual] |
initialize preprocessor from file
在文件NormDerivativeLem3.cpp第42行定义。
bool save | ( | FILE * | f | ) | [virtual] |
save preprocessor init-data to file
在文件NormDerivativeLem3.cpp第50行定义。