File output_sampling_round_robin.hpp

class RoundRobinOutputSamplingConfig : public IOutputSamplingConfig
#include <output_sampling_round_robin.hpp>

Allows to configure a method for sampling outputs in a round-robin fashion.

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