Typedef sparsebase::experiment::LoadDataFunction
Defined in File experiment_type.h
Typedef Documentation
-
using sparsebase::experiment::LoadDataFunction = std::function<std::unordered_map<std::string, format::Format*>(std::vector<std::string> &file_paths)>
Function template for loading data to the experiment. All data that is going to be used in the experiment must be provided via a function that follows this template.
- Param file_paths
File paths that store the target data.
- Return
data extracted from the files.