A distance measure
A distance measure
Distance within which points are considered close enough to be assigned to one cluster
Distance within which points are considered close enough to be assigned to one cluster
Minimal number of points within a distance specified by epsilon which is enough to start a new cluster
Minimal number of points within a distance specified by epsilon which is enough to start a new cluster
A flag which indicates whether border points of clusters should be treated as noise
A flag which indicates whether border points of clusters should be treated as noise
Sets a distance measure
Sets a distance measure
An object which implements the org.apache.commons.math3.ml.distance.DistanceMeasure interface
This DbscanSettings object with modified distance measure
Set epsilon parameter of the algorithm (distance within which points are considered close enough to be assigned to one cluster)
Set epsilon parameter of the algorithm (distance within which points are considered close enough to be assigned to one cluster)
Sets minimal number of points within a distance specified by epsilon which is enough to start a new cluster
Sets minimal number of points within a distance specified by epsilon which is enough to start a new cluster
Sets a flag which indicates whether border points should be treated as noise
Sets a flag which indicates whether border points should be treated as noise
Represents parameters of the DBSCAN algorithm