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 DataTable
DataTable. copy()
Copies both the structure and data in the DataTable.DataTable
DataTable. copy(boolean copyData)
Copies the structure and optionally the data in the DataTable.DataTable
DataColumn. getTable()
DataTable
DataRow. 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 theDataTableEvidenceReaderCommandFactory
class.DataTableEvidenceReaderCommandFactory(DataTable data, List<VariableReference> variables, ReaderOptions readerOptions, String partitionColumn, DataTable temporalData, List<VariableReference> temporalVariables, TemporalReaderOptions temporalReaderOptions, String temporalPartitionColumn)
Initializes a new instance of theDataTableEvidenceReaderCommandFactory
class.DataTableEvidenceReaderCommandFactory(DataTable temporalData, List<VariableReference> temporalVariables, TemporalReaderOptions temporalReaderOptions, String temporalPartitionColumn)
Initializes a new instance of theDataTableEvidenceReaderCommandFactory
class.DataTableReader(DataTable table)
Creats a new DataTableReader instance, backed by a DataTable, a simple in-memory data store.
-