CSortUlongString Class Reference

Inheritance diagram for CSortUlongString:

Inheritance graph
[legend]

List of all members.


Detailed Description

Preprocessor SortUlongString

Definition at line 21 of file SortUlongString.h.


Public Member Functions

 CSortUlongString ()
virtual ~CSortUlongString ()
virtual bool init (CFeatures *f)
 initialize preprocessor from features
virtual bool load_init_data (FILE *src)
 initialize preprocessor from file
virtual bool save_init_data (FILE *dst)
 save init-data (like transforamtion matrices etc) to file
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 bool apply_to_string_features (CFeatures *f)
virtual ULONGapply_to_string (ULONG *f, INT &len)
 apply preproc on single feature vector
virtual ST * apply_to_string (ST *f, INT &len)=0
 apply preproc on single feature vector
virtual EFeatureClass get_feature_class ()
 return that we are string 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 ()
const CHARget_name () const
 return the name of the preprocessor
const CHARget_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 CHARpreproc_name
const CHARpreproc_id

Constructor & Destructor Documentation

CSortUlongString::CSortUlongString (  ) 

default constructor

Definition at line 17 of file SortUlongString.cpp.

CSortUlongString::~CSortUlongString (  )  [virtual]

Definition at line 22 of file SortUlongString.cpp.


Member Function Documentation

bool CSortUlongString::init ( CFeatures f  )  [virtual]

initialize preprocessor from features

Implements CPreProc.

Definition at line 27 of file SortUlongString.cpp.

bool CSortUlongString::load_init_data ( FILE *  src  )  [virtual]

initialize preprocessor from file

Implements CPreProc.

Definition at line 88 of file SortUlongString.cpp.

bool CSortUlongString::save_init_data ( FILE *  dst  )  [virtual]

save init-data (like transforamtion matrices etc) to file

Implements CPreProc.

Definition at line 94 of file SortUlongString.cpp.

void CSortUlongString::cleanup (  )  [virtual]

cleanup

clean up allocated memory

Implements CPreProc.

Definition at line 36 of file SortUlongString.cpp.

bool CSortUlongString::load ( FILE *  f  )  [virtual]

initialize preprocessor from file

Definition at line 41 of file SortUlongString.cpp.

bool CSortUlongString::save ( FILE *  f  )  [virtual]

save preprocessor init-data to file

Definition at line 47 of file SortUlongString.cpp.

bool CSortUlongString::apply_to_string_features ( CFeatures 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 CStringPreProc< ST >.

Definition at line 55 of file SortUlongString.cpp.

ULONG * CSortUlongString::apply_to_string ( ULONG f,
INT len 
) [virtual]

apply preproc on single feature vector

apply preproc on single feature vector result in feature matrix

Definition at line 73 of file SortUlongString.cpp.

template<class ST>
virtual ST* CStringPreProc< ST >::apply_to_string ( ST *  f,
INT len 
) [pure virtual, inherited]

apply preproc on single feature vector

template<class ST>
virtual EFeatureClass CStringPreProc< ST >::get_feature_class (  )  [virtual, inherited]

return that we are string features (just fixed size matrices)

Implements CPreProc.

Definition at line 41 of file StringPreProc.h.

template<class ST>
virtual EFeatureType CStringPreProc< ST >::get_feature_type (  )  [virtual, inherited]

return feature type

Implements CPreProc.

template<>
EFeatureType CStringPreProc< ULONG >::get_feature_type (  )  [virtual, inherited]

return feature type with which objects derived from CPreProc can deal

Implements CPreProc.

Definition at line 46 of file StringPreProc.h.

template<>
EFeatureType CStringPreProc< WORD >::get_feature_type (  )  [virtual, inherited]

return feature type with which objects derived from CPreProc can deal

Implements CPreProc.

Definition at line 51 of file StringPreProc.h.

template<>
EFeatureType CStringPreProc< BYTE >::get_feature_type (  )  [virtual, inherited]

return feature type with which objects derived from CPreProc can deal

Implements CPreProc.

Definition at line 56 of file StringPreProc.h.

template<>
EFeatureType CStringPreProc< CHAR >::get_feature_type (  )  [virtual, inherited]

return feature type with which objects derived from CPreProc can deal

Implements CPreProc.

Definition at line 61 of file StringPreProc.h.

const CHAR* CPreProc::get_name (  )  const [inherited]

return the name of the preprocessor

Definition at line 56 of file PreProc.h.

const CHAR* CPreProc::get_id (  )  const [inherited]

return a FOUR letter id of the preprocessor

Definition at line 59 of file PreProc.h.


Member Data Documentation

const CHAR* CPreProc::preproc_name [protected, inherited]

preprocessor name

Definition at line 63 of file PreProc.h.

const CHAR* CPreProc::preproc_id [protected, inherited]

preprocessor id

Definition at line 65 of file PreProc.h.

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.


The documentation for this class was generated from the following files:

SHOGUN Machine Learning Toolbox - Documentation