13 using namespace shogun;
Base class for kernel selection for MMD-based two-sample test statistic implementations (e...
Kernel two sample test base class. Provides an interface for performing a two-sample test using a ker...
virtual SGVector< float64_t > compute_measures()
virtual SGVector< float64_t > compute_statistic(bool multiple_kernels)=0
CKernelTwoSampleTest * m_mmd
virtual ~CMMDKernelSelectionMax()