Hello,
I want to know how the value of each variable in the clusteringDBscanInstance is calculated, such as epsilon
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I want to know how the value of each variable in the clusteringDBscanInstance is calculated, such as epsilon
Hi
If the distance between two points is less than Eps (in meters (or in any other metric) ), then those two points are considered to be neighbours (i.e. they belong to the same cluster).
It is found primarily by experimentation (based on the data collected).
Regards
Anil