Package | Description |
---|---|
it.uniroma2.sag.kelp.data.dataset | |
it.uniroma2.sag.kelp.data.dataset.selector |
Modifier and Type | Class and Description |
---|---|
class |
CsvDatasetReader
A utility class to read dataset in the csv format.
|
class |
LibsvmDatasetReader
A utility class to read dataset in the libsvm/liblinear/svmLight format.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleDataset.populate(DatasetReader reader)
Populate the dataset using the provided
reader |
Modifier and Type | Method and Description |
---|---|
List<Example> |
FirstExamplesSelector.select(DatasetReader datasetReader)
This function allows to select a subset of
Example s from the
input DatasetReader |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.