# NOT RUN {
# sample data
data(data20)
# creating an object with results of hierarchical clustering
hca.object <- nomclust(data20, measure = "iof", method = "average", clu.high = 7)
# the cluster memberships
data20.clu <- hca.object$mem
# obtaining evaluation criteria for the provided dataset and cluster memberships
data20.eval <- evalclust(data20, clusters = data20.clu)
# }
Run the code above in your browser using DataLab