Uses of Interface
com.bayesserver.data.ReadOptions
-
Packages that use ReadOptions Package Description com.bayesserver.data -
-
Uses of ReadOptions in com.bayesserver.data
Classes in com.bayesserver.data that implement ReadOptions Modifier and Type Class Description classDefaultReadOptionsProvides a default implementation ofReadOptions.Methods in com.bayesserver.data with parameters of type ReadOptions Modifier and Type Method Description booleanDefaultEvidenceReader. read(Evidence evidence, ReadOptions readOptions)Reads the next case (record).booleanEvidenceReader. read(Evidence evidence, ReadOptions readOptions)Reads the next case (record).booleanDefaultEvidenceReader. readTemporal(Evidence evidence, ReadOptions readOptions)Reads the next temporal record, setting evidence.
-