31 #include <shogun/lib/config.h> 33 #ifndef DATA_FETCHER_FACTORY_H__ 34 #define DATA_FETCHER_FACTORY_H__ 45 #ifndef DOXYGEN_SHOULD_SKIP_THIS 46 struct DataFetcherFactory
48 DataFetcherFactory() =
delete;
49 DataFetcherFactory(
const DataFetcherFactory& other) =
delete;
50 DataFetcherFactory& operator=(
const DataFetcherFactory& other) =
delete;
51 ~DataFetcherFactory() =
delete;
53 static DataFetcher* get_instance(CFeatures* feats);
55 #endif // DOXYGEN_SHOULD_SKIP_THIS 59 #endif // DATA_FETCHER_FACTORY_H__ all of classes and functions are contained in the shogun namespace