Uses of Interface
com.bayesserver.data.DataRecord
-
Packages that use DataRecord Package Description com.bayesserver.data com.bayesserver.data.timeseries -
-
Uses of DataRecord in com.bayesserver.data
Subinterfaces of DataRecord in com.bayesserver.data Modifier and Type Interface Description interface
DataReader
Interface for reading data row by row.Classes in com.bayesserver.data that implement DataRecord Modifier and Type Class Description class
DataReaderFiltered
Wraps an existing data reader while filtering records.class
DataTableReader
Allows a DataTable to be read as a DataReader.Methods in com.bayesserver.data that return DataRecord Modifier and Type Method Description DataRecord
NestedReadInfo. getRecord()
The current nested table record.DataRecord
ReadInfo. getRecord()
The current record.DataRecord
TemporalReadInfo. getRecord()
The current temporal record.Methods in com.bayesserver.data with parameters of type DataRecord Modifier and Type Method Description boolean
DataReaderFilter. include(DataRecord record)
Determines whether a record should be included or not.boolean
PartitionDataReaderFilter. include(DataRecord record)
Determines whether a record should be included or not.Constructors in com.bayesserver.data with parameters of type DataRecord Constructor Description NestedReadInfo(DataRecord record)
Initializes a new instance of the NestedReadInfo class.ReadInfo(Object caseId, double weight, DataRecord record)
Initializes a new instance of the ReadInfo class.ReadInfo(Object caseId, DataRecord record)
Initializes a new instance of theReadInfo
struct.TemporalReadInfo(Integer timeIndex, Object timeValue, DataRecord record)
Initializes a new instance of the TemporalReadInfo class. -
Uses of DataRecord in com.bayesserver.data.timeseries
Classes in com.bayesserver.data.timeseries that implement DataRecord Modifier and Type Class Description class
WindowDataReader
A data reader that reads windows of data over another data reader.
-