powered by
Print MonoClust Cross-Validation Result
# S3 method for cv.MonoClust print(x, ...)
A cv.MonoClust object (output of cv.test()).
cv.MonoClust
cv.test()
Further arguments passed to or from other methods.
# NOT RUN { library(cluster) data(ruspini) # } # NOT RUN { # 10-fold cross-validation cp_table <- cv.test(ruspini, minnodes = 2, maxnodes = 4) print(cp_table) # }
Run the code above in your browser using DataLab