10 #ifndef KERNEL_TWO_SAMPLE_TEST_H_
11 #define KERNEL_TWO_SAMPLE_TEST_H_
109 bool multiple_kernels)=0;
114 virtual const char*
get_name()
const=0;
virtual CKernel * get_kernel()
virtual float64_t compute_statistic()=0
Kernel two sample test base class. Provides an interface for performing a two-sample test using a ker...
Provides an interface for performing the classical two-sample test i.e. Given samples from two distri...
virtual void set_kernel(CKernel *kernel)
virtual ~CKernelTwoSampleTest()
virtual SGVector< float64_t > sample_null()
virtual const char * get_name() const =0
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.