| print.net_mmm_clustering | R Documentation |
Prints the clustering metadata that cluster_mmm attaches
to its netobject_group return value (attr(grp, "clustering")).
Layout mirrors print.net_clustering: a one-line dimension
header, a quality line with AvePP / entropy / classification error,
information criteria, and a per-cluster table.
## S3 method for class 'net_mmm_clustering'
print(x, digits = 3L, ...)
x |
A |
digits |
Integer. Decimal places for floating-point statistics.
Default |
... |
Unsupported. Supplying unused arguments raises an error. |
The input object, invisibly.
seqs <- data.frame(V1 = sample(c("A","B","C"), 30, TRUE),
V2 = sample(c("A","B","C"), 30, TRUE))
grp <- cluster_mmm(seqs, k = 2, n_starts = 1, max_iter = 10, seed = 1)
print(attr(grp, "clustering"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.