I would recommend a combination of GRASS and R (http://cran.r-
project.org/). R has fuzzy K-mean cluster capability, using
the R addon package spgrass6 to read/write to/from GRASS and R.
R will give aforementioned error but it does read the rasters and I can do a whole suite of summary statistics.
I still have not been able to get the Fuzzy K-mean to run because the EMCluster package requires the data to be in a matrix and when I do this I am getting some strange Dimensions in R.
Any advice would as always be much appreciated
Sincerely,
Robert Brown
----- Original Message -----
From: "Hamish" <hamish_b@yahoo.com>
To: "Robert A Brown" <brown782@purdue.edu>, "Thomas Adams" <tea3rd@gmail.com>
Cc: grass-user@lists.osgeo.org
Sent: Thursday, April 11, 2013 8:53:42 PM
Subject: Re: [GRASS-user] Fuzzy K-mean
Tom wrote:
I would recommend a combination of GRASS and R (http://cran.r-
project.org/). R has fuzzy K-mean cluster capability, using
the R addon package spgrass6 to read/write to/from GRASS and R.
In WinGRASS 7 (standalone installer) the Windows batchfiles for use with R
are now integrated for a smooth WinGRASS-R-integration. The
R-installation-path is dynamically loaded into PATH.
Start WinGRASS 7, bring the WinGRASS-windows console in front and type R for
opening a R-session (command line mode) inside a GRASS-session.