Package | Description |
---|---|
de.lmu.ifi.dbs.elki.data.spatial |
Spatial data types - interfaces and utilities.
|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types.
|
de.lmu.ifi.dbs.elki.math.geometry |
Algorithms from computational geometry.
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.visualization.svg |
Base SVG functionality (generation, markers, thumbnails, export, ...).
|
de.lmu.ifi.dbs.elki.visualization.visualizers.scatterplot.cluster |
Visualizers for clustering results based on 2D projections.
|
Modifier and Type | Field and Description |
---|---|
private Collection<Polygon> |
PolygonsObject.polygons
The polygons
|
Modifier and Type | Method and Description |
---|---|
Collection<Polygon> |
PolygonsObject.getPolygons()
Access the polygon data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Polygon.intersects2DIncomplete(Polygon other)
Simple polygon intersection test.
|
Constructor and Description |
---|
PolygonsObject(Collection<Polygon> polygons)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private List<Polygon> |
SimplePolygonParser.polys
(Reused) storage of polygons.
|
Modifier and Type | Method and Description |
---|---|
Polygon |
SweepHullDelaunay2D.getHull()
Get the convex hull only.
|
Polygon |
GrahamScanConvexHull2D.getHull()
Compute the convex hull, and return the resulting polygon.
|
Modifier and Type | Method and Description |
---|---|
List<Polygon> |
AlphaShape.compute() |
Modifier and Type | Method and Description |
---|---|
private DoubleObjPair<Polygon> |
KMLOutputHandler.buildHullsRecursively(Cluster<Model> clu,
Hierarchy<Cluster<Model>> hier,
Map<Object,DoubleObjPair<Polygon>> hulls,
Relation<? extends NumberVector> coords)
Recursively step through the clusters to build the hulls.
|
Modifier and Type | Method and Description |
---|---|
private DoubleObjPair<Polygon> |
KMLOutputHandler.buildHullsRecursively(Cluster<Model> clu,
Hierarchy<Cluster<Model>> hier,
Map<Object,DoubleObjPair<Polygon>> hulls,
Relation<? extends NumberVector> coords)
Recursively step through the clusters to build the hulls.
|
Constructor and Description |
---|
SVGPath(Polygon vectors)
Constructor from a vector collection (e.g. a polygon)
|
Modifier and Type | Method and Description |
---|---|
protected Polygon |
EMClusterVisualization.Instance.makeHull(Vector[] pc)
Build a convex hull to approximate the sphere.
|
protected Polygon |
EMClusterVisualization.Instance.makeHullComplex(Vector[] pc)
Build a convex hull to approximate the sphere.
|
Modifier and Type | Method and Description |
---|---|
private DoubleObjPair<Polygon> |
ClusterHullVisualization.Instance.buildHullsRecursively(Cluster<Model> clu,
Hierarchy<Cluster<Model>> hier,
Map<Object,DoubleObjPair<Polygon>> hulls)
Recursively step through the clusters to build the hulls.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EMClusterVisualization.Instance.drawHullArc(String sname,
Vector cent,
Polygon chres)
Approximate the hull using arcs.
|
protected void |
EMClusterVisualization.Instance.drawHullLines(String sname,
Vector cent,
Polygon chres)
Approximate by convex hull.
|
Modifier and Type | Method and Description |
---|---|
private DoubleObjPair<Polygon> |
ClusterHullVisualization.Instance.buildHullsRecursively(Cluster<Model> clu,
Hierarchy<Cluster<Model>> hier,
Map<Object,DoubleObjPair<Polygon>> hulls)
Recursively step through the clusters to build the hulls.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.