public interface ExampleSelector
Example selectors: given a
Dataset a select should select a subset of Examples
to be used, e.g. as seed in a K-mean clustering algorithm.| Modifier and Type | Method and Description |
|---|---|
List<Example> |
select(Dataset dataset)
This function allows to select a subset of
Examples from the
input Dataset |
Copyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.