32 #ifndef INDEPENDENCE_TEST_H_ 33 #define INDEPENDENCE_TEST_H_ 108 virtual const char*
get_name()
const;
114 std::unique_ptr<Self>
self;
118 #endif // INDEPENDENCE_TEST_H_
CKernel * get_kernel_p() const
void set_kernel_p(CKernel *kernel_p)
virtual ~CIndependenceTest()
internal::KernelManager & get_kernel_mgr()
virtual SGVector< float64_t > sample_null()=0
Provides an interface for performing the independence test. Given samples from the joint distributio...
Class TwoDistributionTest is the base class for the statistical hypothesis testing with samples from ...
all of classes and functions are contained in the shogun namespace
virtual const char * get_name() const
CKernel * get_kernel_q() const
void set_kernel_q(CKernel *kernel_q)
virtual float64_t compute_statistic()=0