36 using namespace internal;
49 data_mgr.samples_at(0)=samples;
55 return data_mgr.samples_at(0);
61 data_mgr.num_samples_at(0)=num_samples;
67 return data_mgr.num_samples_at(0);
72 return "OneDistributionTest";
CFeatures * get_samples() const
Hypothesis test base class. Provides an interface for statistical hypothesis testing via three method...
Meta test-type for 1-distribution statistical tests.
virtual ~COneDistributionTest()
internal::DataManager & get_data_mgr()
all of classes and functions are contained in the shogun namespace
void set_samples(CFeatures *samples)
The class Features is the base class of all feature objects.
virtual const char * get_name() const
void set_num_samples(index_t num_samples)
index_t get_num_samples() const