Uses of Interface
eu.europa.ec.eurostat.jgiscotools.algo.base.distance.Distance
-
Packages that use Distance Package Description eu.europa.ec.eurostat.jgiscotools.algo.base.distance Base distance algorithms.eu.europa.ec.eurostat.jgiscotools.graph.algo Various algorithms on graphs.eu.europa.ec.eurostat.jgiscotools.graph.algo.clustering Spatial clustering algorithms. -
-
Uses of Distance in eu.europa.ec.eurostat.jgiscotools.algo.base.distance
Classes in eu.europa.ec.eurostat.jgiscotools.algo.base.distance that implement Distance Modifier and Type Class Description class
CentroidDistance
class
FeatureDistance
Distance for simple features.class
SemanticDistance
Compare the attribute existance and their values (if they exist) of the two features. -
Uses of Distance in eu.europa.ec.eurostat.jgiscotools.graph.algo
Methods in eu.europa.ec.eurostat.jgiscotools.graph.algo with parameters of type Distance Modifier and Type Method Description Graph
MinimumSpanningTree. perform(Collection<?> objs, Distance<Object> d)
-
Uses of Distance in eu.europa.ec.eurostat.jgiscotools.graph.algo.clustering
Methods in eu.europa.ec.eurostat.jgiscotools.graph.algo.clustering with parameters of type Distance 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.Collection<Collection<T>>
Clustering. performMST(Collection<Object> objs, Distance<Object> d, double dMax)
-