1 #ifndef _WEIGHTEDDEGREERBFKERNEL_H___
2 #define _WEIGHTEDDEGREERBFKERNEL_H___
41 float64_t width, int32_t degree, int32_t nof_properties, int32_t size=10);
64 virtual const char*
get_name()
const {
return "WeightedDegreeRBFKernel"; }
85 inline bool set_degree(int32_t deg) { degree=deg;
return true; }
126 void register_params();
virtual EFeatureType get_feature_type()
EFeatureClass
shogun feature class
Template class DotKernel is the base class for kernels working on DotFeatures.
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
bool set_degree(int32_t deg)
virtual ~CWeightedDegreeRBFKernel()
EFeatureType
shogun feature type
virtual EFeatureClass get_feature_class()
virtual EKernelType get_kernel_type()
weighted degree RBF kernel
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual bool init(CFeatures *l, CFeatures *r)
virtual const char * get_name() const
CWeightedDegreeRBFKernel()