32 #ifndef TWO_SAMPLE_TEST_H_ 33 #define TWO_SAMPLE_TEST_H_ 82 virtual void set_kernel(
CKernel* kernel);
102 virtual const char* get_name()
const;
104 internal::KernelManager& get_kernel_mgr();
105 const internal::KernelManager& get_kernel_mgr()
const;
108 std::unique_ptr<Self>
self;
112 #endif // TWO_SAMPLE_TEST_H_
Kernel two sample test base class. Provides an interface for performing a two-sample test using a ker...
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
The class Features is the base class of all feature objects.