32 #ifndef HYPOTHESIS_TEST_H_ 33 #define HYPOTHESIS_TEST_H_ 36 #include <shogun/lib/config.h> 166 virtual const char*
get_name()
const;
176 std::unique_ptr<Self>
self;
181 #endif // HYPOTHESIS_TEST_H_
virtual const char * get_name() const
virtual float64_t compute_p_value(float64_t statistic)
virtual float64_t compute_threshold(float64_t alpha)
Hypothesis test base class. Provides an interface for statistical hypothesis testing via three method...
bool perform_test(float64_t alpha)
Class SGObject is the base class of all shogun objects.
virtual SGVector< float64_t > sample_null()=0
internal::DataManager & get_data_mgr()
virtual ~CHypothesisTest()
all of classes and functions are contained in the shogun namespace
Class DataManager for fetching/streaming test data block-wise. It can handle data coming from multipl...
void set_train_test_ratio(float64_t ratio)
virtual float64_t compute_statistic()=0
void set_train_test_mode(bool on)