11 #ifndef _HISTOGRAMINTERSECTIONKERNEL_H___
12 #define _HISTOGRAMINTERSECTIONKERNEL_H___
79 virtual const char*
get_name()
const {
return "HistogramIntersectionKernel"; }
virtual ~CHistogramIntersectionKernel()
void set_beta(float64_t beta)
Template class DotKernel is the base class for kernels working on DotFeatures.
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
float64_t m_beta
beta parameter
virtual const char * get_name() const
virtual bool init(CFeatures *l, CFeatures *r)
CHistogramIntersectionKernel()
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual EKernelType get_kernel_type()
The HistogramIntersection kernel operating on realvalued vectors computes the histogram intersection ...
virtual void register_params()