Uses of Class
com.bayesserver.data.DataTable
-
Packages that use DataTable Package Description com.bayesserver.data -
-
Uses of DataTable in com.bayesserver.data
Methods in com.bayesserver.data that return DataTable Modifier and Type Method Description DataTableDataTable. copy()Copies both the structure and data in the DataTable.DataTableDataTable. copy(boolean copyData)Copies the structure and optionally the data in the DataTable.DataTableDataColumn. getTable()DataTableDataRow. getTable()Constructors in com.bayesserver.data with parameters of type DataTable Constructor Description DataTableDataReaderCommand(DataTable dataTable)Creates a new instance, based on a DataTable.DataTableEvidenceReaderCommandFactory(DataTable data, List<VariableReference> variables, ReaderOptions readerOptions, String partitionColumn)Initializes a new instance of theDataTableEvidenceReaderCommandFactoryclass.DataTableEvidenceReaderCommandFactory(DataTable data, List<VariableReference> variables, ReaderOptions readerOptions, String partitionColumn, DataTable temporalData, List<VariableReference> temporalVariables, TemporalReaderOptions temporalReaderOptions, String temporalPartitionColumn)Initializes a new instance of theDataTableEvidenceReaderCommandFactoryclass.DataTableEvidenceReaderCommandFactory(DataTable temporalData, List<VariableReference> temporalVariables, TemporalReaderOptions temporalReaderOptions, String temporalPartitionColumn)Initializes a new instance of theDataTableEvidenceReaderCommandFactoryclass.DataTableReader(DataTable table)Creats a new DataTableReader instance, backed by a DataTable, a simple in-memory data store.
-