32 #ifndef KERNEL_SELECTION_H_
33 #define KERNEL_SELECTION_H_
41 class CKernelTwoSampleTest;
90 return "KernelSelection";
void set_estimator(CKernelTwoSampleTest *estimator)
Kernel two sample test base class. Provides an interface for performing a two-sample test using a ker...
Class SGObject is the base class of all shogun objects.
virtual SGVector< float64_t > compute_measures()=0
CKernelTwoSampleTest * get_estimator() const
CKernelTwoSampleTest * m_estimator
virtual const char * get_name() const
all of classes and functions are contained in the shogun namespace
virtual CKernel * select_kernel()=0
Base class for kernel selection for kernel two-sample test statistic implementations (e...
virtual ~CKernelSelection()