32 #ifndef HYPOTHESIS_TEST_H_ 33 #define HYPOTHESIS_TEST_H_ 36 #include <shogun/lib/config.h> 92 void set_train_test_mode(
bool on);
107 void set_train_test_ratio(
float64_t ratio);
166 virtual const char* get_name()
const;
176 std::unique_ptr<Self>
self;
181 #endif // HYPOTHESIS_TEST_H_
Hypothesis test base class. Provides an interface for statistical hypothesis testing via three method...
Class SGObject is the base class of all shogun objects.
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...