Uses of Class
com.bayesserver.data.TemporalReaderOptions
-
Packages that use TemporalReaderOptions Package Description com.bayesserver.data -
-
Uses of TemporalReaderOptions in com.bayesserver.data
Constructors in com.bayesserver.data with parameters of type TemporalReaderOptions Constructor Description 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.DefaultDataReader(DataReader reader, ReaderOptions readerOptions, DataReader temporalReader, TemporalReaderOptions temporalReaderOptions)
Initializes a new instance of theDefaultDataReader
class.DefaultDataReader(DataReader reader, ReaderOptions readerOptions, DataReader temporalReader, TemporalReaderOptions temporalReaderOptions, List<NestedDataReader> nestedReaders)
Initializes a new instance of theDefaultDataReader
class.DefaultDataReader(DataReader temporalReader, TemporalReaderOptions temporalReaderOptions)
Initializes a new instance of theDefaultDataReader
class.DefaultEvidenceReader(DataReader reader, List<VariableReference> variables, ReaderOptions readerOptions, DataReader readerTemporal, List<VariableReference> variablesTemporal, TemporalReaderOptions temporalReaderOptions)
Initializes a new instance of theDefaultEvidenceReader
class, supporting both temporal and non temporal data.DefaultEvidenceReader(DataReader readerTemporal, List<VariableReference> variablesTemporal, TemporalReaderOptions temporalReaderOptions)
Initializes a new instance of theDefaultEvidenceReader
class.DefaultEvidenceReaderCommand(DataReaderCommand command, List<VariableReference> variables, ReaderOptions readerOptions, DataReaderCommand commandTemporal, List<VariableReference> variablesTemporal, TemporalReaderOptions temporalReaderOptions)
Initializes a new instance of theDefaultEvidenceReaderCommand
class, supporting both temporal and non temporal data.DefaultEvidenceReaderCommand(DataReaderCommand commandTemporal, List<VariableReference> variablesTemporal, TemporalReaderOptions temporalReaderOptions)
Initializes a new instance of theDefaultEvidenceReaderCommand
class.
-