data class CsvCaseLoaderOptions
Options to configure a CsvCaseLoader instance.
| <init> |
CsvCaseLoaderOptions(filename: String, numFeatures: Int)
Options to configure a CsvCaseLoader instance. |
| filename |
val filename: String
The name of the CSV file to load the cases from. |
| numFeatures |
val numFeatures: Int
The number of features each case has. |