count_clusters {partition} | R Documentation |
Helper functions to print partition
summary
Description
Helper functions to print partition
summary
Usage
count_clusters(.partition)
total_reduced(.partition)
summarize_mapping(.partition, n_composite = 5, n_reduced = 10)
minimum_information(.partition, .round = TRUE, digits = 3)
Arguments
.partition |
a |
n_composite |
number of composite variables to print before summarizing |
n_reduced |
number of reduced variables to print before summarizing |
.round |
Should the minimum information be rounded? |
digits |
If |
[Package partition version 0.2.2 Index]