File post_processor_no.hpp

class NoPostProcessorConfig : public IPostProcessorConfig
#include <post_processor_no.hpp>

Allows to configure a post-processor that does not perform any post-processing, but retains the original predictions of rules.

Public Functions

virtual std::unique_ptr<IPostProcessorFactory> createPostProcessorFactory() const override

Creates and returns a new object of type IPostProcessorFactory according to the specified configuration.

Returns:

An unique pointer to an object of type IPostProcessorFactory that has been created