Michael Constantine Thu, 26 Jul 2012 06:35:04 -0700
I have a single file of numbers that are space separated. I'd like to run kmeans on the file with each line representing a vector. Is there a way that I can do this? So far I only see a way to convert directories to vector, not single files.
Thanks