Performs DBScan clustering on the first input data provided. The output consists of the original input with a Cluster field appended. If a second input is available, it will be used as output instead.
Python
Adjust to represent the fields you want to cluster on.
If set to True, fields_to_use will be ignored and instead all numeric data fields used
sys, numpy, sklearn