A tiny library in C for managing kmeans clusterization algorithm over arbitrary data sets, both by manually specifying the number k of clusters and computing it automatically using Schwarz criterion
Go to file
BlackLight 77f676e4d2 First fkmeans commit 2010-11-18 19:22:00 +01:00
Makefile First fkmeans commit 2010-11-18 19:22:00 +01:00
kmeans.c First fkmeans commit 2010-11-18 19:22:00 +01:00
kmeans.h First fkmeans commit 2010-11-18 19:22:00 +01:00
test.c First fkmeans commit 2010-11-18 19:22:00 +01:00