32 #ifndef INDEPENDENCE_TEST_H_
33 #define INDEPENDENCE_TEST_H_
108 virtual const char*
get_name()
const=0;
virtual CFeatures * get_p()
virtual CFeatures * get_q()
virtual void set_p(CFeatures *p)
Hypothesis test base class. Provides an interface for statistical hypothesis testing via three method...
virtual ~CIndependenceTest()
Provides an interface for performing the independence test. Given samples from the joint distributio...
virtual SGVector< float64_t > sample_null()
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual const char * get_name() const =0
virtual void set_q(CFeatures *q)