| Package | Description |
|---|---|
| com.bayesserver.data |
| Modifier and Type | Method and 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() |
| Constructor and 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 the
DataTableEvidenceReaderCommandFactory 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 the
DataTableEvidenceReaderCommandFactory class. |
DataTableEvidenceReaderCommandFactory(DataTable temporalData,
List<VariableReference> temporalVariables,
TemporalReaderOptions temporalReaderOptions,
String temporalPartitionColumn)
Initializes a new instance of the
DataTableEvidenceReaderCommandFactory class. |
DataTableReader(DataTable table)
Creats a new DataTableReader instance, backed by a DataTable, a simple in-memory data store.
|
Copyright © 2021. All rights reserved.