March 2019
Beginner to intermediate
448 pages
13h 14m
English
We will work with the geyser2 dataset, which contains two features (eruption length and previous eruption length). The objective is to cluster the data into three groups, taking care of the fact that there is a distinct covariance pattern in each cluster.
library(qclust)data ("geyser2")
result_robust_mixture <- qclust::Qclust(geyser2,K=3,q=0.9999)plot(result_robust_mixture)
Estimated clusters—these covariance matrices are not very robust. The blue cluster seems to be suffering from the small ...
Read now
Unlock full access