[GRASS-user] [GRASSLIST:1164] Applying R trees?

Does anyone know if GRASS has a way to apply R- or See5 derived decision
trees to a set of images?

--j

--

Jonathan A. Greenberg, PhD
NASA Postdoctoral Researcher
NASA Ames Research Center
MS 242-4
Moffett Field, CA 94035-1000
Phone: 415-794-5043
AIM: jgrn3007
MSN: jgrn3007@hotmail.com

On Thu, Jul 27, 2006 at 05:04:11PM -0700, Jonathan Greenberg wrote:

Does anyone know if GRASS has a way to apply R- or See5 derived decision
trees to a set of images?

We have used rpart and randomForest CART methods (implemented
in R-stats)

I found this interesting:
http://www.onlamp.com/pub/a/python/2006/02/09/ai_decision_trees.html

Since we have a prototype Python interface (see Wiki), this might be
a way to go.

Markus