Class Clustering<T>
java.lang.Object
kieker.analysis.generic.clustering.Clustering<T>
- Type Parameters:
T- The type of the data in the clusters
A type for the result of a clustering algorithm. One objects contains a set of clusters and a set
of noise objects.
- Since:
- 2.0.0
- Author:
- Lars Jürgensen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Clustering
public Clustering()
-
-
Method Details
-
getNoise
-
setNoise
-
getClusters
-
setClusters
-
addCluster
-