cluster_analysis
Identify natural groupings in database data using K-Means or DBSCAN, with automatic optimal cluster count selection via the elbow method.
Instructions
Кластеризация K-Means/DBSCAN с auto-выбором k (elbow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | kmeans | |
| columns | Yes | ||
| n_clusters | No | ||
| table_name | Yes | ||
| sample_size | No | ||
| min_cluster_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |