![]() |
MeLOn
|
This class is a factory class for creating child instances of SvmParser. More...
#include <svmParser.h>
Public Member Functions | |
std::unique_ptr< ModelParser > | create_model_parser (const MODEL_FILE_TYPE fileType) override |
Factory function for creating a instance of a support vector machine parser corresponding to the specified file type. More... | |
This class is a factory class for creating child instances of SvmParser.
|
overridevirtual |
Factory function for creating a instance of a support vector machine parser corresponding to the specified file type.
fileType type of the file in which support vector machine is stored
Implements melon::ModelParserFactory.