aGrUM  0.14.2
database Directory Reference
+ Directory dependency graph for database:

Files

file  BNDatabaseGenerator.cpp [code]
 Implementation of the BNDatabaseGenerator class.
 
file  BNDatabaseGenerator.h [code]
 
file  BNDatabaseGenerator_tpl.h [code]
 
file  CSVParser.cpp [code]
 Class for fast parsing of CSV file (never more than one line in application memory)
 
file  CSVParser.h [code]
 Class for fast parsing of CSV file (never more than one line in application memory)
 
file  CSVParser_tpl.h [code]
 Class for fast parsing of CSV file (never more than one line in application memory)
 
file  databaseTable.cpp [code]
 The class representing a tabular database stored in RAM.
 
file  databaseTable.h [code]
 The class representing a tabular database stored in RAM.
 
file  databaseTable_tpl.h [code]
 The implementation of tabular databases stored in memory (RAM)
 
file  DBCell.cpp [code]
 The implementation of DBCells.
 
file  DBCell.h [code]
 The class representing the original values of the cells of databases.
 
file  DBCell_inl.h [code]
 The inlined implementation of DBCells.
 
file  DBCell_tpl.h [code]
 The inlined implementation of DBCells.
 
file  DBHandler.cpp [code]
 The base class for all database handlers.
 
file  DBHandler.h [code]
 The base class for all database handlers.
 
file  DBInitializerFromCSV.cpp [code]
 The class for initializing DatabaseTables and RawDatabaseTables from CSV files.
 
file  DBInitializerFromCSV.h [code]
 The class for initializing DatabaseTable and RawDatabaseTable instances from CSV files.
 
file  DBInitializerFromCSV_tpl.h [code]
 The class for initializing DatabaseTables and RawDatabaseTables from CSV files.
 
file  DBInitializerFromSQL.cpp [code]
 The class for initializing DatabaseTable and RawDatabaseTable instances from SQL databases.
 
file  DBInitializerFromSQL.h [code]
 The class for initializing DatabaseTable and RawDatabaseTable instances from SQL databases.
 
file  DBInitializerFromSQL_tpl.h [code]
 The class for initializing DatabaseTable and RawDatabaseTable instances from SQL databases.
 
file  DBRow.cpp [code]
 The class representing a record stored in a tabular database.
 
file  DBRow.h [code]
 The class representing a record stored in a tabular database.
 
file  DBRow_tpl.h [code]
 The class representing a record stored in a tabular database.
 
file  DBRowGenerator.cpp [code]
 The implementation of DBRowGenerator.
 
file  DBRowGenerator.h [code]
 The base class for all DBRow generators.
 
file  DBRowGenerator4CompleteRows.cpp [code]
 A DBRowGenerator class that returns the rows that are complete (fully observed) w.r.t.
 
file  DBRowGenerator4CompleteRows.h [code]
 A DBRowGenerator class that returns the rows that are complete (fully observed) w.r.t.
 
file  DBRowGenerator4CompleteRows_tpl.h [code]
 A DBRowGenerator class that returns the rows that are complete (fully observed) w.r.t.
 
file  DBRowGenerator_tpl.h [code]
 Template implementation of DBRowGenerator.
 
file  DBRowGeneratorEM.cpp [code]
 A DBRowGenerator class that returns incomplete rows as EM would do.
 
file  DBRowGeneratorEM.h [code]
 A DBRowGenerator class that returns incomplete rows as EM would do.
 
file  DBRowGeneratorEM_tpl.h [code]
 A DBRowGenerator class that returns incomplete rows as EM would do.
 
file  DBRowGeneratorIdentity.cpp [code]
 A DBRowGenerator class that returns exactly the rows it gets in input.
 
file  DBRowGeneratorIdentity.h [code]
 A DBRowGenerator class that returns exactly the rows it gets in input.
 
file  DBRowGeneratorIdentity_tpl.h [code]
 A filtered row generator that returns exactly the rows it gets in input.
 
file  DBRowGeneratorParser.cpp [code]
 Class to include at least once this header.
 
file  DBRowGeneratorParser.h [code]
 The class for parsing DatabaseTable rows and generating output rows.
 
file  DBRowGeneratorParser_tpl.h [code]
 Template implementation of the DBRowGeneratorParser class.
 
file  DBRowGeneratorSet.cpp [code]
 Class for packing sets of generators.
 
file  DBRowGeneratorSet.h [code]
 class for packing sets of generators
 
file  DBRowGeneratorSet_tpl.h [code]
 Template implementation of DBRowGeneratorSet.
 
file  DBRowGeneratorWithBN.cpp [code]
 Base class for DBRowGenerator classes that use a BN for computing their outputs.
 
file  DBRowGeneratorWithBN.h [code]
 Base class for DBRowGenerator classes that use a BN for computing their outputs.
 
file  DBRowGeneratorWithBN_tpl.h [code]
 A DBRowGenerator class that returns incomplete rows as EM would do.
 
file  DBTranslatedValue.cpp [code]
 The union class for storing the translated values in learning databases.
 
file  DBTranslatedValue.h [code]
 The union class for storing the translated values in learning databases.
 
file  DBTranslator.cpp [code]
 The base class for all the tabular databases' cell translators.
 
file  DBTranslator.h [code]
 The base class for all the tabular databases' cell translators.
 
file  DBTranslator4ContinuousVariable.cpp [code]
 The databases' cell translators for continuous variables.
 
file  DBTranslator4ContinuousVariable.h [code]
 The databases' cell translators for continuous variables.
 
file  DBTranslator4ContinuousVariable_tpl.h [code]
 The databases' cell translators for continuous variables.
 
file  DBTranslator4DiscretizedVariable.cpp [code]
 The databases' cell translators for discretized variables.
 
file  DBTranslator4DiscretizedVariable.h [code]
 The databases' cell translators for discretized variables.
 
file  DBTranslator4DiscretizedVariable_tpl.h [code]
 The databases' cell translators for discretized variables.
 
file  DBTranslator4LabelizedVariable.cpp [code]
 The databases' cell translators for labelized variables.
 
file  DBTranslator4LabelizedVariable.h [code]
 The databases' cell translators for labelized variables.
 
file  DBTranslator4LabelizedVariable_tpl.h [code]
 The databases' cell translators for labelized variables.
 
file  DBTranslator4RangeVariable.cpp [code]
 The databases' cell translators for range variables.
 
file  DBTranslator4RangeVariable.h [code]
 The databases' cell translators for range variables.
 
file  DBTranslator4RangeVariable_tpl.h [code]
 The databases' cell translators for range variables.
 
file  DBTranslator_tpl.h [code]
 The base class for all the tabular databases' cell translators.
 
file  DBTranslatorSet.cpp [code]
 The class for storing several translators.
 
file  DBTranslatorSet.h [code]
 A class for storing several translators.
 
file  DBTranslatorSet_tpl.h [code]
 The set of translators stored into a row filter.
 
file  IDatabaseTable.cpp [code]
 The common class for the tabular database tables.
 
file  IDatabaseTable.h [code]
 The common class for the tabular database tables.
 
file  IDatabaseTable_tpl.h [code]
 The implementation of the common class for tabular databases.
 
file  IDBInitializer.cpp [code]
 The base class for initializing DatabaseTables and RawDatabaseTables from files or sql databases.
 
file  IDBInitializer.h [code]
 The base class for initializing DatabaseTable and RawDatabaseTable instances from CSV files or SQL databases.
 
file  IDBInitializer_tpl.h [code]
 The base class for initializing DatabaseTables and RawDatabaseTables from files or sql databases.
 
file  nanodbcParser.cpp [code]
 Class for parsing SQL results using Nanodbc.
 
file  nanodbcParser.h [code]
 Class for parsing SQL results using Nanodbc.
 
file  nanodbcParser_tpl.h [code]
 Class for parsing SQL results using Nanodbc.
 
file  rawDatabaseTable.cpp [code]
 The table containing the raw/original data of a database.
 
file  rawDatabaseTable.h [code]
 The table containing the raw/original data of a database.
 
file  rawDatabaseTable_tpl.h [code]
 The implementation of raw tabular databases stored in memory (RAM)