File output_sampling_no.hpp

class NoOutputSamplingConfig : public IOutputSamplingConfig
#include <output_sampling_no.hpp>

Allows to configure a method for sampling outputs that does not perform any sampling, but includes all outputs.

Public Functions

virtual std::unique_ptr<IOutputSamplingFactory> createOutputSamplingFactory(const IOutputMatrix &outputMatrix) const override

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

Parameters:

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 IOutputSamplingFactory that has been created