Learn R Programming

monoClust (version 1.2.1)

print.cv.MonoClust: Print MonoClust Cross-Validation Result

Description

Print MonoClust Cross-Validation Result

Usage

# S3 method for cv.MonoClust
print(x, ...)

Arguments

x

A cv.MonoClust object (output of cv.test()).

...

Further arguments passed to or from other methods.

Examples

Run this code
# 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