public interface ClusteringAlgorithm
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
cluster(Dataset dataset)
It starts the clustering process exploiting the provided
dataset |
List<Cluster> |
cluster(Dataset dataset,
ExampleSelector seedSelector)
It starts the clustering process exploiting the provided
dataset |
List<Cluster> cluster(Dataset dataset)
datasetdataset - List<Cluster> cluster(Dataset dataset, ExampleSelector seedSelector)
datasetdataset - seedSelector - the seed selectorCopyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.