public final class ReaderOptions extends Object
DefaultDataReader,
DefaultEvidenceReader| Constructor and Description |
|---|
ReaderOptions()
Initializes a new instance of the
ReaderOptions class. |
ReaderOptions(String caseIdColumn)
Initializes a new instance of the
ReaderOptions class. |
ReaderOptions(String caseIdColumn,
String weightColumn)
Initializes a new instance of the
ReaderOptions class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaseIdColumn()
The name of the case identifier column, if one is present.
|
String |
getWeightColumn()
The name of the case weight column, if one is present.
|
public ReaderOptions()
ReaderOptions class.public ReaderOptions(String caseIdColumn)
ReaderOptions class.caseIdColumn - The name of the case identifier column, if one is present.public ReaderOptions(String caseIdColumn, String weightColumn)
ReaderOptions class.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().public String getCaseIdColumn()
public String getWeightColumn()
Evidence.getWeight().Copyright © 2021. All rights reserved.