![]() |
MeLOn
|
This class is a factory class for creating child instances of GpParser. More...
#include <gpParser.h>
Public Member Functions | |
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 file type. | |
This class is a factory class for creating child instances of GpParser.
|
overridevirtual |
Factory function for creating a instance of an Gauusian process parser corresponding to the specified file type.
fileType type of the file in which Gaussian process is stored
Implements melon::ModelParserFactory.