summary.ari_matrix {metasnf} | R Documentation |
Summary method for class ari_matrix
Description
Provides a summary of the ari_matrix
class object, including the
distribution of the adjusted Rand index (ARI) values and the number of
solutions.
Usage
## S3 method for class 'ari_matrix'
summary(object, ...)
Arguments
object |
A |
... |
Other arguments passed to |
Value
A named list containing the number of solutions and the distribution of ARI values.
[Package metasnf version 2.1.2 Index]