Package | Description |
---|---|
it.uniroma2.sag.kelp.data.dataset |
Modifier and Type | Method and Description |
---|---|
static CsvDatasetReader.LabelPosition |
CsvDatasetReader.LabelPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvDatasetReader.LabelPosition[] |
CsvDatasetReader.LabelPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CsvDatasetReader(String filename,
String representationName,
boolean skipFirstLine,
CsvDatasetReader.LabelPosition labelPosition)
Constructor for reading dataset in csv format.
|
CsvDatasetReader(String filename,
String representationName,
boolean skipFirstLine,
CsvDatasetReader.LabelPosition labelPosition,
StringLabel regressionPropertyName)
Constructor for reading dataset in csv format for regression tasks (the regression value is assumed to
be in the first column).
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.