Files
gh-jeremylongshore-claude-c…/skills/clustering-algorithm-runner/scripts/README.md
2025-11-29 18:51:02 +08:00

565 B

Scripts

Bundled resources for clustering-algorithm-runner skill

  • run_kmeans.py: Executes K-means clustering with configurable parameters.
  • run_dbscan.py: Executes DBSCAN clustering with configurable parameters.
  • run_hierarchical.py: Executes hierarchical clustering with configurable parameters.
  • data_loader.py: Loads data from various formats (CSV, JSON) into a standardized format for clustering.
  • cluster_evaluator.py: Evaluates the performance of clustering algorithms using metrics like silhouette score and Davies-Bouldin index.