SHOGUN
v1.1.0
|
class Converter used to convert data
Definition at line 24 of file Converter.h.
Public Member Functions | |
CConverter () | |
virtual | ~CConverter () |
virtual const char * | get_name () const |
virtual CFeatures * | apply (CFeatures *features)=0 |
![]() | |
CSGObject () | |
CSGObject (const CSGObject &orig) | |
virtual | ~CSGObject () |
virtual bool | is_generic (EPrimitiveType *generic) const |
template<class T > | |
void | set_generic () |
void | unset_generic () |
virtual void | print_serializable (const char *prefix="") |
virtual bool | save_serializable (CSerializableFile *file, const char *prefix="") |
virtual bool | load_serializable (CSerializableFile *file, const char *prefix="") |
void | set_global_io (SGIO *io) |
SGIO * | get_global_io () |
void | set_global_parallel (Parallel *parallel) |
Parallel * | get_global_parallel () |
void | set_global_version (Version *version) |
Version * | get_global_version () |
SGVector< char * > | get_modelsel_names () |
char * | get_modsel_param_descr (const char *param_name) |
index_t | get_modsel_param_index (const char *param_name) |
Additional Inherited Members | |
![]() | |
SGIO * | io |
Parallel * | parallel |
Version * | version |
Parameter * | m_parameters |
Parameter * | m_model_selection_parameters |
![]() | |
virtual void | load_serializable_pre () throw (ShogunException) |
virtual void | load_serializable_post () throw (ShogunException) |
virtual void | save_serializable_pre () throw (ShogunException) |
virtual void | save_serializable_post () throw (ShogunException) |
CConverter | ( | ) |
constructor
Definition at line 28 of file Converter.h.
|
virtual |
destructor
Definition at line 31 of file Converter.h.
applies to the given data, returning converted features (e.g. dense embedding of string features)
features | features to convert |
Implemented in CMultidimensionalScaling, CLocallyLinearEmbedding, CLaplacianEigenmaps, CKernelLocallyLinearEmbedding, CEmbeddingConverter, and CDiffusionMaps.
|
virtual |
get name
Implements CSGObject.
Reimplemented in CLocallyLinearEmbedding, CLaplacianEigenmaps, CEmbeddingConverter, CMultidimensionalScaling, CKernelLocallyLinearEmbedding, CLocalTangentSpaceAlignment, CDiffusionMaps, CIsomap, CHessianLocallyLinearEmbedding, CKernelLocalTangentSpaceAlignment, CLinearLocalTangentSpaceAlignment, CNeighborhoodPreservingEmbedding, and CLocalityPreservingProjections.
Definition at line 34 of file Converter.h.