Why
The PoC clusters random noise to show spurious structure, then uses silhouette and stability checks to separate a real segmentation from an artifact of the chosen k.
How it works
Not yet built.
Workspace Index › Dev Notes › Clustering — k-means finds groups even when there are none
#177PoC
k-means and friends partition data into groups, but they will always return groups, whether or not the data has any — so the hard part is validating that a cluster means something.
The PoC clusters random noise to show spurious structure, then uses silhouette and stability checks to separate a real segmentation from an artifact of the chosen k.
Not yet built.
k-평균과 그 친구들은 데이터를 집단으로 나누지만, 데이터에 집단이 있든 없든 항상 집단을 돌려줍니다 — 그래서 어려운 부분은 군집이 무언가를 뜻한다는 것을 검증하는 일입니다.
이 PoC는 무작위 잡음을 군집화해 허구적 구조를 보인 뒤, 실루엣과 안정성 점검으로 실제 세분화를 선택한 k의 산물과 구분합니다.
아직 만들지 않음.