Interface | Description |
---|---|
Clusterable | |
SimpleClusterable |
This interface exists for data which is distributed in a space which does
not admit a straight forward prescription to calculate the center of a
cluster.
|
Class | Description |
---|---|
ClusterableFromSimple |
This class wraps a SimpleClusterable and implements the Clusterable
interface.
|
Clusterer |
Throughout this class a cluster is represented by a pair of Clusterable
representing the center and a List
|
ExtendedClusterer |
Extends the Clusterer with methods to remove orphaned points
and to contract data.
|
Exception | Description |
---|---|
NotImplementedException |
This exception is accessible by two class methods
|