DSC_ClusTree(horizon = 1000, maxHeight = 8, lambda = NULL)
DSC_ClusTree
(subclass of DSC
, DSC_MOA
, DSC_Micro
).Bifet A, Holmes G, Pfahringer B, Kranen P, Kremer H, Jansen T, Seidl T (2010). MOA: Massive Online Analysis, a Framework for Stream Classification and Clustering. In Journal of Machine Learning Research (JMLR).
DSC
,
DSC_Micro
,
DSC_MOA
# 3 clusters with 5% noise
dsd <- DSD_Gaussians(k=3, noise=0)
dsc <- DSC_ClusTree(maxHeight=3)
cluster(dsc, dsd, 500)
dsc
# plot micro-clusters
plot(dsc, dsd)
# reclustering
kmeans <- DSC_Kmeans(k=3)
recluster(kmeans,dsc)
plot(kmeans, dsd)
Run the code above in your browser using DataLab