Skip to content

constrained clustering

2 messages · Tyler Smith, Gavin Simpson

#
Having searched CRAN and the mailing list archives, I'm pretty sure
there is no function in R that implements constrained clustering.
Before I start writing my own, have I overlooked something? 

Thanks,

Tyler
#
Steve Juggins hacked the Fortran for hclust to allow it to do
constrained hierarchical clustering n the 1-D case (such as temporal
ordering as constraint)

If this is what you are looking for, you can grab the code as a package
from:

http://www.campus.ncl.ac.uk/staff/Stephen.Juggins/analysis.htm

HTH

G
On Tue, 2008-03-04 at 21:12 +0000, Tyler Smith wrote: