35 using namespace shogun;
60 void CIndependenceTest::init()
virtual CFeatures * get_p()
virtual CFeatures * get_q()
virtual int32_t get_num_vectors() const =0
virtual void set_p(CFeatures *p)
Hypothesis test base class. Provides an interface for statistical hypothesis testing via three method...
static void permute_vector(SGVector< T > vec)
Class SGObject is the base class of all shogun objects.
virtual ~CIndependenceTest()
void range_fill(T start=0)
virtual SGVector< float64_t > sample_null()
virtual void remove_subset()
The class Features is the base class of all feature objects.
index_t m_num_null_samples
virtual float64_t compute_statistic()=0
virtual void add_subset(SGVector< index_t > subset)
virtual void set_q(CFeatures *q)