Typedef sparsebase::utils::PreprocessFunction

Typedef Documentation

template<typename ReturnType>
using sparsebase::utils::PreprocessFunction = ReturnType (*)(std::vector<format::Format*> formats, utils::Parameters *params)

Template for implementation functions of all preprocesses.

Template Parameters

ReturnType – the return type of preprocessing functions

Param formats

a vector of pointers at format::Format objects

Param params

a polymorphic pointer at a Parameters object