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
Find a file
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
Makefile First fkmeans commit 2010-11-18 19:22:00 +01:00
test.c First fkmeans commit 2010-11-18 19:22:00 +01:00