print.verCHI | R Documentation |
print the optialmal numer of cluster, max CHI, and Silhouette and plot the Calinski-Harabasz (CH) Index and silhouette coefficients simultaneously.
## S3 method for class 'verCHI'
print(x, ..., verbose = TRUE, plotting = TRUE, cluster)
x |
estimate_k output |
... |
|
verbose |
logical |
plotting |
logical |
cluster |
cluster result |
no return
data(iris)
b <- bSet(b = data.table::as.data.table(t(iris[1:6, 1:4])),
Features = letters[1:4],
Samples = LETTERS[1:6])
ret <- estimate_k(b =b, 2:3)
ret
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.