- Select an appropriate data set in R or the MASS library and usethe sample(), ctree() and predict() functions to build a decisiontree and plot it.
- Determine the appropriate number of clusters and produce ak-means cluster. Explain your findings.
- Produce a density-based cluster and explain your findings.
Expert Answer
Answer to Select an appropriate data set in R or the MASS library and use the sample(), ctree() and predict() functions to build …