Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 323 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 323 Bytes

BICforClustering

Evaluate clustering solutions using BIC and AIC.

bicCluster.m follows SPSS's implementation of BIC for clustering.

findKneeScatter.m can be used to programmatically find a knee in the BIC or AIC curve by minimizing euclidean distance to a line drawn between the first and last points on the curve.