21 CMMDKernelSelectionCombMaxL2::CMMDKernelSelectionCombMaxL2() :
22 CMMDKernelSelectionComb()
26 CMMDKernelSelectionCombMaxL2::CMMDKernelSelectionCombMaxL2(
32 "CLinearTimeMMD is currently supported! Provided instance is "
36 CMMDKernelSelectionCombMaxL2::~CMMDKernelSelectionCombMaxL2()
57 for (
index_t i=0; i<num_kernels; ++i)
59 for (
index_t j=0; j<num_kernels; ++j)
60 m_Q(i, j)=i==j ? 1 : 0;
74 #endif //USE_GPL_SHOGUN
int32_t get_num_subkernels()
Kernel two sample test base class. Provides an interface for performing a two-sample test using a ker...
CKernel * get_kernel(int32_t idx)
The Combined kernel is used to combine a number of kernels into a single CombinedKernel object by lin...
virtual const char * get_name() const =0
all of classes and functions are contained in the shogun namespace
virtual EStatisticType get_statistic_type() const =0
virtual const char * get_name() const