File post_optimization_no.hpp

class NoPostOptimizationPhaseConfig : public IPostOptimizationPhaseConfig
#include <post_optimization_no.hpp>

Allows to configure a post optimization phase that does nothing.

Public Functions

virtual std::unique_ptr<IPostOptimizationPhaseFactory> createPostOptimizationPhaseFactory(const IFeatureMatrix &featureMatrix, const IOutputMatrix &outputMatrix) const override

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

Parameters:
  • featureMatrix – A reference to an object of type IFeatureMatrix that provides access to the feature values of the training examples

  • outputMatrix – A reference to an object of type IOutputMatrix that provides access to the ground truth of the training examples

Returns:

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