10 #ifndef __MMDKERNELSELECTIONOPTSINGLE_H_
11 #define __MMDKERNELSELECTIONOPTSINGLE_H_
68 virtual const char*
get_name()
const {
return "MMDKernelSelectionOpt"; }
Implements optimal kernel selection for single kernels. Given a number of baseline kernels...
virtual SGVector< float64_t > compute_measures()
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 const char * get_name() const
Kernel two sample test base class. Provides an interface for performing a two-sample test using a ker...
all of classes and functions are contained in the shogun namespace
virtual ~CMMDKernelSelectionOpt()