Modifier and Type | Method and Description |
---|---|
List<Cluster> |
ClusteringAlgorithm.cluster(Dataset dataset)
It starts the clustering process exploiting the provided
dataset |
List<Cluster> |
ClusteringAlgorithm.cluster(Dataset dataset,
ExampleSelector seedSelector)
It starts the clustering process exploiting the provided
dataset |
Modifier and Type | Method and Description |
---|---|
float |
KernelBasedKMeansEngine.calculateDistance(Example example,
Cluster cluster)
Estimate the distance of an example from the centroid
|
Modifier and Type | Class and Description |
---|---|
class |
LinearKMeansCluster
It is the instance of a Cluster for Linear Algorithms, intended as a set of
objects, instantiated as Examples, grouped together according to a measure of
similarity.
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.