32 #ifndef TWO_SAMPLE_TEST_H_ 33 #define TWO_SAMPLE_TEST_H_ 102 virtual const char*
get_name()
const;
108 std::unique_ptr<Self>
self;
112 #endif // TWO_SAMPLE_TEST_H_ virtual SGVector< float64_t > sample_null()=0
Kernel two sample test base class. Provides an interface for performing a two-sample test using a ker...
virtual const char * get_name() const
virtual ~CTwoSampleTest()
Class TwoDistributionTest is the base class for the statistical hypothesis testing with samples from ...
internal::KernelManager & get_kernel_mgr()
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
CKernel * get_kernel() const
virtual float64_t compute_statistic()=0
virtual void set_kernel(CKernel *kernel)