Dear R users, Do you know if there are some specific functions under R to do clustering? To be specific, I have a d-dimensional vector x, and wish to clustering these d variables of x into some finite groups given self-defined distance measure. So please offer me some point on this problem. Thanks. Fred [[alternative HTML version deleted]]
Jason Turner
2004-Apr-01 00:34 UTC
[R] How to cluster the variables instead of data points?
> Do you know if there are some specific functions under R > to do clustering? > To be specific, I have a d-dimensional vector x, and wish > to clustering these d variables of x into some finite groups > given self-defined distance measure.Not sure what you want, as the above could be interpreted many ways. help.search("cluster") ?cut library(help=cluster) are good starting points. Cheers Jason