Uses of Interface
eu.europa.ec.eurostat.jgiscotools.graph.algo.clustering.Aggregation
-
Packages that use Aggregation Package Description eu.europa.ec.eurostat.jgiscotools.graph.algo.clustering Spatial clustering algorithms. -
-
Uses of Aggregation in eu.europa.ec.eurostat.jgiscotools.graph.algo.clustering
Classes in eu.europa.ec.eurostat.jgiscotools.graph.algo.clustering that implement Aggregation Modifier and Type Class Description class
AggregationWithSpatialIndex<T>
Methods in eu.europa.ec.eurostat.jgiscotools.graph.algo.clustering with parameters of type Aggregation Modifier and Type Method Description void
Clustering. perform(ArrayList<T> objs, Distance<T> d, double dMax, Aggregation<T> agg, boolean closest, ClusteringIndex<T> index)
Build clusters.
-