16 using namespace shogun;
81 "target dimensionality of preprocessor");
83 "distance to be used for embedding");
85 "kernel to be used for embedding");
class Converter used to convert data
Computes the standard linear kernel on CDotFeatures.
virtual CSimpleFeatures< float64_t > * embed(CFeatures *features)
Class Distance, a base class for all the distances used in the Shogun toolbox.
CDistance * get_distance() const
void set_kernel(CKernel *kernel)
int32_t get_target_dim() const
virtual ~CEmbeddingConverter()
void set_target_dim(int32_t dim)
void add(bool *param, const char *name, const char *description="")
void set_distance(CDistance *distance)
CKernel * get_kernel() const
Class SGObject is the base class of all shogun objects.
The class Features is the base class of all feature objects.
virtual CFeatures * apply(CFeatures *features)=0