Module math

Class AlphaShape

java.lang.Object
de.lmu.ifi.dbs.elki.math.geometry.AlphaShape

public class AlphaShape extends Object
Compute the alpha-Shape of a point set, using Delaunay triangulation.
Author:
Erich Schubert
  • Constructor Details

    • AlphaShape

      public AlphaShape(List<Vector> points, double alpha)
  • Method Details