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
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¶