43 std::shared_ptr<ModelData>
parse_model(
const std::string modelPath,
const std::string modelName)
override;
This class is a factory class for creating child instances of GpParser.
Definition gpParser.h:50
std::unique_ptr< ModelParser > create_model_parser(const MODEL_FILE_TYPE fileType) override
Factory function for creating a instance of an Gauusian process parser corresponding to the specified...
Definition gpParser.cpp:74
This class implements a Gaussian process file parser.
Definition gpParser.h:31
std::shared_ptr< ModelData > parse_model(const std::string modelPath, const std::string modelName) override
Abstract function for defining the structure of the parsing function which is used to get the Gaussia...
Definition gpParser.cpp:85
This class is a abstract parent class for model parser factories implemented in the MeLOn library.
Definition modelParser.h:108
This class is a abstract parent class for model parser implemented in the MeLOn library.
Definition modelParser.h:40
MODEL_FILE_TYPE
Enum for representing the parsable filetypes.
Definition modelParser.h:30