32 #ifndef __MMDKERNELSELECTION_H_
33 #define __MMDKERNELSELECTION_H_
41 class CKernelTwoSampleTest;
93 return "MMDKernelSelection";
Base class for kernel selection for MMD-based two-sample test statistic implementations. Provides abstract methods for selecting kernels and computing criteria or kernel weights for the implemented method. In order to implement new methods for kernel selection, simply write a new implementation of this class.
virtual ~CMMDKernelSelection()
virtual CKernel * select_kernel()
Kernel two sample test base class. Provides an interface for performing a two-sample test using a ker...
virtual SGVector< float64_t > compute_measures()=0
all of classes and functions are contained in the shogun namespace
Base class for kernel selection for kernel two-sample test statistic implementations (e...
virtual const char * get_name() const