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)
dataset
dataset
- List<Cluster> cluster(Dataset dataset, ExampleSelector seedSelector)
dataset
dataset
- seedSelector
- the seed selectorCopyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.