12 #ifndef _SIGMOIDKERNEL_H___ 
   13 #define _SIGMOIDKERNEL_H___ 
   79         virtual const char* 
get_name()
 const { 
return "SigmoidKernel"; }
 
virtual const char * get_name() const 
The standard Sigmoid kernel computed on dense real valued features. 
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
Features that support dot products among other operations. 
Template class DotKernel is the base class for kernels working on DotFeatures. 
virtual EKernelType get_kernel_type()
all of classes and functions are contained in the shogun namespace 
The class Features is the base class of all feature objects. 
virtual ~CSigmoidKernel()
virtual bool init(CFeatures *l, CFeatures *r)