data(Baudry_etal_2010_JCGS_examples)
## 1D Example
output <- clustCombi(Test1D, G=1:15)
# plots the hierarchy of combined solutions, then some "entropy plots" which
# may help one to select the number of classes (please see the article cited
# in the references)
plot(output, Test1D)
## 2D Example
output <- clustCombi(ex4.1)
# plots the hierarchy of combined solutions, then some "entropy plots" which
# may help one to select the number of classes (please see the article cited
# in the references)
plot(output, ex4.1)
## 3D Example
output <- clustCombi(ex4.4.2)
# plots the hierarchy of combined solutions, then some "entropy plots" which
# may help one to select the number of classes (please see the article cited
# in the references)
plot(output, ex4.4.2)
Run the code above in your browser using DataLab