Class DBSCANEx2

java.lang.Object
com.imsl.test.example.stat.DBSCANEx2

public class DBSCANEx2 extends Object

Performs DBSCAN clustering on an artificial data set.

This example performs a DBSCAN cluster analysis on a small artificial data set. Since the clusters were chosen to have similar density, auxiliary method computeDBSCANParams has been used to compute the epsilon radius and minimum number of points per core point.

See Also:
  • Constructor Details

    • DBSCANEx2

      public DBSCANEx2()
  • Method Details