MeLOn
melon::SvmParserFactory Class Reference

This class is a factory class for creating child instances of SvmParser. More...

#include <svmParser.h>

Inheritance diagram for melon::SvmParserFactory:
melon::ModelParserFactory

Public Member Functions

std::unique_ptr< ModelParsercreate_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...
 

Detailed Description

This class is a factory class for creating child instances of SvmParser.

Member Function Documentation

◆ create_model_parser()

std::unique_ptr< ModelParser > SvmParserFactory::create_model_parser ( const MODEL_FILE_TYPE  fileType)
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

Returns
Pointer to an instance of a child class of SvmParser

Implements melon::ModelParserFactory.


The documentation for this class was generated from the following files: