README


Algorithm::KMeans is a perl5 module for the clustering of
numerical data in multidimensional spaces.

  Math::Random
  Graphics::GnuplotIF
  Math::GSL

For installation, do the usual

   perl Makefile.PL
   make
   make test
   make install

if you have root access.  If not,

   perl Makefile.PL prefix=/some/other/directory/
   make
   make test
   make install

Contact:

Avinash Kak

email: [email protected]

Please place the string "KMeans" in the subject line if you
wish to write to the author.  Any feedback regarding this
module would be highly appreciated.