The R Journal: article published in 2015, volume 7:2

treeClust: An R Package for Tree-Based Clustering Dissimilarities PDF download
Samuel E. Buttrey and Lyn R. Whitaker , The R Journal (2015) 7:2, pages 227-236.

Abstract This paper describes treeClust, an R package that produces dissimilarities useful for cluster ing. These dissimilarities arise from a set of classification or regression trees, one with each variable in the data acting in turn as a the response, and all others as predictors. This use of trees produces dissim ilarities that are insensitive to scaling, benefit from automatic variable selection, and appear to perform well. The software allows a number of options to be set, affecting the set of objects returned in the call; the user can also specify a clustering algorithm and, optionally, return only the clustering vector. The package can also generate a numeric data set whose inter-point distances relate to the treeClust ones; such a numeric data set can be much smaller than the vector of inter-point dissimilarities, a useful feature in big data sets.

Received: 2015-04-07; online 2015-09-16
CRAN packages: treeClust, cluster, rpart, tree
CRAN Task Views implied by cited CRAN packages: Cluster, Environmetrics, MachineLearning, Multivariate, Survival


CC BY 4.0
This article is licensed under a Creative Commons Attribution 3.0 Unported license .

@article{RJ-2015-032,
  author = {Samuel E. Buttrey and Lyn R. Whitaker},
  title = {{treeClust: An R Package for Tree-Based Clustering
          Dissimilarities}},
  year = {2015},
  journal = {{The R Journal}},
  doi = {10.32614/RJ-2015-032},
  url = {https://doi.org/10.32614/RJ-2015-032},
  pages = {227--236},
  volume = {7},
  number = {2}
}