15 using namespace shogun;
47 void CKernelTwoSampleTestStatistic::init()
58 "%s::bootstrap_null(): No features and no custom kernel set!\n",
virtual float64_t compute_statistic()=0
virtual void add_row_subset(SGVector< index_t > subset)
The Custom Kernel allows for custom user provided kernel matrices.
CKernelTwoSampleTestStatistic()
virtual SGVector< float64_t > bootstrap_null()
virtual int32_t get_num_vectors() const =0
virtual int32_t get_num_vec_lhs()
virtual SGVector< float64_t > bootstrap_null()
virtual void remove_col_subset()
static void permute_vector(SGVector< T > vec)
virtual void remove_row_subset()
virtual void add_col_subset(SGVector< index_t > subset)
Class SGObject is the base class of all shogun objects.
virtual const char * get_name() const =0
void range_fill(T start=0)
virtual ~CKernelTwoSampleTestStatistic()
index_t m_bootstrap_iterations
Provides an interface for performing statistical tests on two sets of samples from two distributions...
virtual EKernelType get_kernel_type()=0
The class Features is the base class of all feature objects.