aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-02-09add win32 supportHEADmasterPaul Duncan1-0/+4
2019-02-05use openmp, s/silouette/silhouette/, move row_map allocation outside of km_so...Paul Duncan1-1/+1
2019-02-05add km_set_print(), refactor main.cPaul Duncan1-1/+2
2019-02-05mv *.[hc] src/Paul Duncan1-5/+6
2019-02-04add rand-{path,erand48}, minor fixesPaul Duncan1-1/+2
2019-02-04add kmeans++ methodPaul Duncan1-1/+1
2019-02-03add km_init(), refactor existing initPaul Duncan1-1/+1
2019-02-03cluster init refactoring, fix best sort, add km_score()Paul Duncan1-1/+2
2019-02-03add cflags to link commandPaul Duncan1-1/+1
2019-02-03add -Werror, fix clang warningPaul Duncan1-1/+1
2019-02-03s/rand_src/rand/, mv km-rand{-src,}.cPaul Duncan1-1/+1
2019-02-03mv km{,-set}.cPaul Duncan1-1/+1
2019-02-03add outstanding changesPaul Duncan1-2/+2
2019-02-02add km_search()Paul Duncan1-2/+8
2019-02-01initial commitPaul Duncan1-0/+10