SG++-Doxygen-Documentation
|
#include <sgpp/datadriven/datamining/modules/dataSource/DataTransformationConfig.hpp>
#include <string>
#include <vector>
Classes | |
struct | sgpp::datadriven::DataSourceConfig |
Configuration structure used for all kinds of SampleProviders including default values. More... | |
Namespaces | |
sgpp | |
This header contains some utility functions. | |
sgpp::datadriven | |
Enumerations | |
enum | sgpp::datadriven::DataSourceFileType { sgpp::datadriven::DataSourceFileType::NONE, sgpp::datadriven::DataSourceFileType::ARFF, sgpp::datadriven::DataSourceFileType::CSV } |
Supported file types for sgpp::datadriven::FileSampleProvider. More... | |
enum | sgpp::datadriven::DataSourceShufflingType { sgpp::datadriven::DataSourceShufflingType::random, sgpp::datadriven::DataSourceShufflingType::sequential } |
Enumeration of all supported shuffling types used to permute samples in a dataset. More... | |