Embedding-Playground / clustering.js

Commit History

Refactor balanced K-Means implementation; update beta parameter default value, handle empty embeddings, and ensure proper centroid updates. Enhance UI to include beta input and adjust event handler to read beta value for clustering.
65b6e6f

ping98k commited on

Implement balanced K-Means clustering; add new clustering type option in UI and update event handler to support balanced K-Means functionality.
3f8e7a3

ping98k commited on

Enhance cluster naming and K-Means functionality; implement random selection for cluster names, improve centroid initialization, and adjust UMAP parameters for better projection accuracy.
935873d

ping98k commited on

Refactor K-Means clustering implementation; modularize embedding and clustering logic, enhance heatmap and scatter plot functions, and improve cluster naming process.
12c4198

ping98k commited on