From dd3b350d2eb06012f3d5ee08e2f4060536b57621 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Wed, 24 Oct 2012 10:07:44 -0400 Subject: update README to include preliminary information about k-means clustering --- README.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index fcb8026..9a95eba 100644 --- a/README.markdown +++ b/README.markdown @@ -150,5 +150,11 @@ pngs to make sure that the fly tracking was performed correctly. ### Into the Beyond ### Now that we've done the hard work of image processing the rest is up to you! The -data is all there, now you need to do manually generate the feature vectors. +data is all there, now you need to do manually generate the feature vectors, and +you need to run our simple k-means clustering. + +The K-Means clustering requires Java to run and our Least Squares Solution CCI +calculator was written in Matlab and requires it to run. + + -- cgit v1.2.3