14 using namespace shogun;
29 REQUIRE(dynamic_cast<CLinearTimeMMD*>(mmd),
"%s::%s(): Only "
30 "CLinearTimeMMD is currently supported! Provided instance is "
57 void CMMDKernelSelectionOpt::init()
const char * get_name() const
virtual SGVector< float64_t > compute_measures()
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 const char * get_name() const =0
This class implements the linear time Maximum Mean Statistic as described in [1] for streaming data (...
virtual ~CMMDKernelSelectionOpt()
static float32_t sqrt(float32_t x)
x^0.5
CKernelTwoSampleTest * m_mmd