Interface | Description |
---|---|
Assigner<DATATYPE> |
Super interface for all assigners.
|
HardAssigner<DATATYPE,DISTANCES,DISTANCE_INDEX> |
The
HardAssigner interface describes classes that assign a spatial
point to a single cluster. |
SoftAssigner<DATATYPE,DISTANCES> |
The
SoftAssigner interface describes classes that assign a spatial
point to multiple clusters, possibly with weighting. |