11 #ifndef _KERNELNORMALIZER_H___ 12 #define _KERNELNORMALIZER_H___ 14 #include <shogun/lib/config.h> 78 float64_t value, int32_t idx_lhs, int32_t idx_rhs)=0;
ENormalizerType get_normalizer_type()
void set_normalizer_type(ENormalizerType type)
virtual float64_t normalize_rhs(float64_t value, int32_t idx_rhs)=0
Class SGObject is the base class of all shogun objects.
virtual ~CKernelNormalizer()
The class Kernel Normalizer defines a function to post-process kernel values.
all of classes and functions are contained in the shogun namespace
virtual bool init(CKernel *k)=0
virtual float64_t normalize(float64_t value, int32_t idx_lhs, int32_t idx_rhs)=0
virtual float64_t normalize_lhs(float64_t value, int32_t idx_lhs)=0
virtual void register_params()