Class ReaderOptions

    • Constructor Detail

      • ReaderOptions

        public ReaderOptions()
        Initializes a new instance of the ReaderOptions class.
      • ReaderOptions

        public ReaderOptions​(String caseIdColumn)
        Initializes a new instance of the ReaderOptions class.
        Parameters:
        caseIdColumn - The name of the case identifier column, if one is present.
      • ReaderOptions

        public ReaderOptions​(String caseIdColumn,
                             String weightColumn)
        Initializes a new instance of the ReaderOptions class.
        Parameters:
        caseIdColumn - The name of the case identifier column, if one is present.
        weightColumn - The name of the case weight column, if one is present. Values in this column, are mapped to Evidence.getWeight().
    • Method Detail

      • getCaseIdColumn

        public String getCaseIdColumn()
        The name of the case identifier column, if one is present.
      • getWeightColumn

        public String getWeightColumn()
        The name of the case weight column, if one is present. Values in this column, are mapped to Evidence.getWeight().