10 #ifndef __MMDKERNELSELECTIONCOMBOPT_H_ 11 #define __MMDKERNELSELECTIONCOMBOPT_H_ 77 const char*
get_name()
const {
return "MMDKernelSelectionCombOpt"; }
Implementation of optimal kernel selection for combined kernel. This class selects a combination of b...
virtual ~CMMDKernelSelectionCombOpt()
const char * get_name() const
CMMDKernelSelectionCombOpt()
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 SGVector< float64_t > compute_measures()
Base class for kernel selection of combined kernels. Given an MMD instance whose underlying kernel is...