Skip to content
Prev 110373 / 398500 Next

cluster analysis under contiguity constraints with R ?

> Hello,
  >     I would like to know if there is a function in an R library that 
  > allows to do cluster analysis under contiguity constraints ?
 
I don't know what exactly you mean by "contiguity constraints", but
package flexclust can cluster with group constraints, see

	http://www.ci.tuwien.ac.at/papers/Leisch+Gruen-2006.pdf

Hope this helps,
Fritz Leisch