10 #ifndef __MMDKERNELSELECTIONCOMBMAXL2_H_
11 #define __MMDKERNELSELECTIONCOMBMAXL2_H_
74 const char*
get_name()
const {
return "MMDKernelSelectionCombMaxL2"; }
virtual ~CMMDKernelSelectionCombMaxL2()
Kernel two sample test base class. Provides an interface for performing a two-sample test using a ker...
const char * get_name() const
Implementation of maximum MMD kernel selection for combined kernel. This class selects a combination ...
virtual SGVector< float64_t > compute_measures()
Base class for kernel selection of combined kernels. Given an MMD instance whose underlying kernel is...
CMMDKernelSelectionCombMaxL2()