15 using namespace shogun;
54 void CKernelIndependenceTestStatistic::init()
66 SG_DEBUG(
"entering CKernelIndependenceTestStatistic::bootstrap_null()\n")
119 SG_DEBUG(
"leaving CKernelIndependenceTestStatistic::bootstrap_null()\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.
virtual SGVector< float64_t > bootstrap_null()
virtual int32_t get_num_vectors() const =0
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.
void range_fill(T start=0)
virtual SGVector< float64_t > bootstrap_null()
index_t m_bootstrap_iterations
Provides an interface for performing statistical tests on two sets of samples from two distributions...
CKernelIndependenceTestStatistic()
virtual ~CKernelIndependenceTestStatistic()
virtual EKernelType get_kernel_type()=0
The class Features is the base class of all feature objects.