10 #ifndef __MMDKERNELSELECTIONOPTSINGLE_H_ 11 #define __MMDKERNELSELECTIONOPTSINGLE_H_ 66 const char*
get_name()
const {
return "MMDKernelSelectionOpt"; }
const char * get_name() const
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 (e...
all of classes and functions are contained in the shogun namespace
Two sample test base class. Provides an interface for performing a two-sample test, i.e. Given samples from two distributions and , the null-hypothesis is: , the alternative hypothesis: .
virtual ~CMMDKernelSelectionOpt()