# NOT RUN {
## Example of hierarchical clustering
library(specmine.datasets)
data(cachexia)
hc.result = hierarchical_clustering(cachexia,
distance = "euclidean", clustMethod = "complete",
hc.type = "samples")
# }
Run the code above in your browser using DataLab