aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
database Directory Reference
Directory dependency graph for database:

Files

 
CSVParser.cpp
 Copyright (c) 2005-2024 by Pierre-Henri WUILLEMIN(_at_LIP6) & Christophe GONZALES(_at_AMU) info_at_agrum_dot_org.
 
CSVParser.h
 Class for fast parsing of CSV file (never more than one line in application memory).
 
CSVParser_inl.h
 
databaseTable.cpp
 The class representing a tabular database stored in RAM.
 
databaseTable.h
 The class representing a tabular database stored in RAM.
 
databaseTable_inl.h
 
databaseTable_tpl.h
 The implementation of tabular databases stored in memory (RAM).
 
DBCell.cpp
 The implementation of DBCells.
 
DBCell.h
 The class representing the original values of the cells of databases.
 
DBCell_inl.h
 The inlined implementation of DBCells.
 
DBHandler.cpp
 The base class for all database handlers.
 
DBHandler.h
 The base class for all database handlers.
 
DBInitializerFromCSV.cpp
 The class for initializing DatabaseTables and RawDatabaseTables from CSV files.
 
DBInitializerFromCSV.h
 The class for initializing DatabaseTable and RawDatabaseTable instances from CSV files.
 
DBInitializerFromCSV_inl.h
 The class for initializing DatabaseTables and RawDatabaseTables from CSV files.
 
DBInitializerFromSQL.cpp
 The class for initializing DatabaseTable and RawDatabaseTable instances from SQL databases.
 
DBInitializerFromSQL.h
 The class for initializing DatabaseTable and RawDatabaseTable instances from SQL databases.
 
DBInitializerFromSQL_inl.h
 The class for initializing DatabaseTable and RawDatabaseTable instances from SQL databases.
 
DBRow.cpp
 The class representing a record stored in a tabular database.
 
DBRow.h
 The class representing a record stored in a tabular database.
 
DBRow_tpl.h
 The class representing a record stored in a tabular database.
 
DBRowGenerator.cpp
 The implementation of DBRowGenerator.
 
DBRowGenerator.h
 The base class for all DBRow generators.
 
DBRowGenerator4CompleteRows.cpp
 A DBRowGenerator class that returns the rows that are complete (fully observed) w.r.t.
 
DBRowGenerator4CompleteRows.h
 A DBRowGenerator class that returns the rows that are complete (fully observed) w.r.t.
 
DBRowGenerator4CompleteRows_inl.h
 A DBRowGenerator class that returns the rows that are complete (fully observed) w.r.t.
 
DBRowGenerator_inl.h
 Template implementation of DBRowGenerator.
 
DBRowGeneratorEM.cpp
 A DBRowGenerator class that returns incomplete rows as EM would do.
 
DBRowGeneratorEM.h
 A DBRowGenerator class that returns incomplete rows as EM would do.
 
DBRowGeneratorEM_tpl.h
 A DBRowGenerator class that returns incomplete rows as EM would do.
 
DBRowGeneratorIdentity.cpp
 A DBRowGenerator class that returns exactly the rows it gets in input.
 
DBRowGeneratorIdentity.h
 A DBRowGenerator class that returns exactly the rows it gets in input.
 
DBRowGeneratorIdentity_inl.h
 A filtered row generator that returns exactly the rows it gets in input.
 
DBRowGeneratorParser.cpp
 Copyright (c) 2005-2024 by Pierre-Henri WUILLEMIN(_at_LIP6) & Christophe GONZALES(_at_AMU) info_at_agrum_dot_org.
 
DBRowGeneratorParser.h
 The class for parsing DatabaseTable rows and generating output rows.
 
DBRowGeneratorParser_inl.h
 Template implementation of the DBRowGeneratorParser class.
 
DBRowGeneratorParser_tpl.h
 Copyright (c) 2005-2024 by Pierre-Henri WUILLEMIN(_at_LIP6) & Christophe GONZALES(_at_AMU) info_at_agrum_dot_org.
 
DBRowGeneratorSet.cpp
 Class for packing sets of generators.
 
DBRowGeneratorSet.h
 class for packing sets of generators
 
DBRowGeneratorSet_inl.h
 
DBRowGeneratorSet_tpl.h
 Template implementation of DBRowGeneratorSet.
 
DBRowGeneratorWithBN.cpp
 Base class for DBRowGenerator classes that use a BN for computing their outputs.
 
DBRowGeneratorWithBN.h
 Base class for DBRowGenerator classes that use a BN for computing their outputs.
 
DBRowGeneratorWithBN_tpl.h
 A DBRowGenerator class that returns incomplete rows as EM would do.
 
DBTranslatedValue.cpp
 The union class for storing the translated values in learning databases.
 
DBTranslatedValue.h
 The union class for storing the translated values in learning databases.
 
DBTranslator.cpp
 The base class for all the tabular databases' cell translators.
 
DBTranslator.h
 The base class for all the tabular databases' cell translators.
 
DBTranslator4ContinuousVariable.cpp
 The databases' cell translators for continuous variables.
 
DBTranslator4ContinuousVariable.h
 The databases' cell translators for continuous variables.
 
DBTranslator4ContinuousVariable_inl.h
 
DBTranslator4ContinuousVariable_tpl.h
 The databases' cell translators for continuous variables.
 
DBTranslator4DiscretizedVariable.cpp
 The databases' cell translators for discretized variables.
 
DBTranslator4DiscretizedVariable.h
 The databases' cell translators for discretized variables.
 
DBTranslator4DiscretizedVariable_inl.h
 
DBTranslator4DiscretizedVariable_tpl.h
 The databases' cell translators for discretized variables.
 
DBTranslator4IntegerVariable.cpp
 The databases' cell translators for integer variables.
 
DBTranslator4IntegerVariable.h
 The databases' cell translators for integer variables.
 
DBTranslator4IntegerVariable_inl.h
 The databases' cell translators for integer variables.
 
DBTranslator4LabelizedVariable.cpp
 The databases' cell translators for labelized variables.
 
DBTranslator4LabelizedVariable.h
 The databases' cell translators for labelized variables.
 
DBTranslator4LabelizedVariable_inl.h
 The databases' cell translators for labelized variables.
 
DBTranslator4NumericalDiscreteVariable.cpp
 The databases' cell translators for integer variables.
 
DBTranslator4NumericalDiscreteVariable.h
 The databases' cell translators for numerical discrete variables.
 
DBTranslator4NumericalDiscreteVariable_inl.h
 The databases' cell translators for integer variables.
 
DBTranslator4RangeVariable.cpp
 The databases' cell translators for range variables.
 
DBTranslator4RangeVariable.h
 The databases' cell translators for range variables.
 
DBTranslator4RangeVariable_inl.h
 The databases' cell translators for range variables.
 
DBTranslator_inl.h
 The base class for all the tabular databases' cell translators.
 
DBTranslatorSet.cpp
 The class for storing several translators.
 
DBTranslatorSet.h
 A class for storing several translators.
 
DBTranslatorSet_inl.h
 
DBTranslatorSet_tpl.h
 The set of translators stored into a row filter.
 
DBTranslatorUtils.cpp
 Utilities for DBTranslators.
 
DBTranslatorUtils.h
 Utilities for DBTranslators.
 
DBTranslatorUtils_inl.h
 Utilities for DBTranslators.
 
IDatabaseTable.cpp
 The common class for the tabular database tables.
 
IDatabaseTable.h
 The common class for the tabular database tables.
 
IDatabaseTable_tpl.h
 The implementation of the common class for tabular databases.
 
IDBInitializer.cpp
 The base class for initializing DatabaseTables and RawDatabaseTables from files or sql databases.
 
IDBInitializer.h
 The base class for initializing DatabaseTable and RawDatabaseTable instances from CSV files or SQL databases.
 
IDBInitializer_inl.h
 Inlined implementation for initializing DatabaseTables and RawDatabaseTables from files or sql databases.
 
IDBInitializer_tpl.h
 The base class for initializing DatabaseTables and RawDatabaseTables from files or sql databases.
 
nanodbcParser.cpp
 Class for parsing SQL results using Nanodbc.
 
nanodbcParser.h
 Class for parsing SQL results using Nanodbc.
 
nanodbcParser_inl.h
 Class for parsing SQL results using Nanodbc.
 
rawDatabaseTable.cpp
 The table containing the raw/original data of a database.
 
rawDatabaseTable.h
 The table containing the raw/original data of a database.
 
rawDatabaseTable_inl.h
 The implementation of raw tabular databases stored in memory (RAM).