48#ifndef GUM_LEARNING_DBROW_GENERATOR_4_COMPLETE_ROWS_H
49#define GUM_LEARNING_DBROW_GENERATOR_4_COMPLETE_ROWS_H
160#ifndef DOXYGEN_SHOULD_SKIP_THIS
A DBRowGenerator class that returns the rows that are complete (fully observed) w....
The base class for all DBRow generators.
DBRowGenerator4CompleteRows(DBRowGenerator4CompleteRows &&from)
move constructor
DBRowGenerator4CompleteRows(const DBRowGenerator4CompleteRows &from)
copy constructor
DBRowGenerator4CompleteRows(const std::vector< DBTranslatedValueType > &column_types)
default constructor
DBRowGenerator4CompleteRows * clone() const final
virtual copy constructor
const DBRow< DBTranslatedValue > & generate() final
generates one output DBRow for each DBRow passed to method setInputRow
std::size_t computeRows_(const DBRow< DBTranslatedValue > &row) final
computes the rows it will provide as output
DBRowGenerator(const std::vector< DBTranslatedValueType > &column_types, const DBRowGeneratorGoal goal)
default constructor
The class for storing a record in a database.
include the inlined functions if necessary
gum is the global namespace for all aGrUM entities
The union class for storing the translated values in learning databases.