Class DefaultEvidenceReader

  • All Implemented Interfaces:
    EvidenceReader, Closeable, AutoCloseable

    public final class DefaultEvidenceReader
    extends Object
    implements EvidenceReader
    Provides a default implementation of EvidenceReader, used in Bayes Server for tasks such as parameter learning.

    If temporal data (e.g. time series data) is present, it must be sorted by case identifier and then time.

    If non temporal data is present, it must be sorted by case identifier, if present.