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
IOutputSamplingFactoryaccording to the specified configuration.- Parameters:
outputMatrix – A reference to an object of type
IOutputMatrixthat provides access to the ground truth of the training examples- Returns:
An unique pointer to an object of type
IOutputSamplingFactorythat has been created
-
virtual std::unique_ptr<IOutputSamplingFactory> createOutputSamplingFactory(const IOutputMatrix &outputMatrix) const override¶