Package com.imsl.test.example.stat
Class DBSCANEx2
java.lang.Object
com.imsl.test.example.stat.DBSCANEx2
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DBSCANEx2
public DBSCANEx2()
-
-
Method Details
-
main
- Throws:
Exception
-