adbscan
Perform adaptive DBSCAN clustering on spatial data from a shapefile. Automatically determine cluster parameters using distance and density thresholds. Requires coordinate data only; no dependent variable needed.
Instructions
Adaptive DBSCAN clustering (requires coordinates, no dependent_var).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shapefile_path | Yes | ||
| dependent_var | No | ||
| target_crs | No | EPSG:4326 | |
| distance_threshold | No | ||
| eps | No | ||
| min_samples | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||