33 #ifndef SHIFT_INVARIANT_KERNEL_H_
34 #define SHIFT_INVARIANT_KERNEL_H_
112 return "ShiftInvariantKernel";
131 virtual void register_params();
150 #endif // SHIFT_INVARIANT_KERNEL_H__
Base class for the family of kernel functions that only depend on the difference of the inputs...
virtual ~CShiftInvariantKernel()
Class Distance, a base class for all the distances used in the Shogun toolbox.
virtual EDistanceType get_distance_type() const
EFeatureClass
shogun feature class
virtual EKernelType get_kernel_type()=0
virtual EFeatureType get_feature_type()=0
virtual void precompute_distance()
EFeatureType
shogun feature type
virtual EFeatureClass get_feature_class()=0
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual float64_t distance(int32_t idx_a, int32_t idx_b) const
virtual float64_t compute(int32_t x, int32_t y)=0
The Custom Distance allows for custom user provided distance matrices.
virtual bool init(CFeatures *l, CFeatures *r)
virtual const char * get_name() const