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
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