is_best_k-ConsensusPartitionList-method {cola} | R Documentation |
Test whether the current k is the best/optional k
## S4 method for signature 'ConsensusPartitionList' is_best_k(object, k, ...)
object |
A |
k |
Number of subgroups. |
... |
It tests on the partitions for every method.
Logical vector.
data(golub_cola) is_best_k(golub_cola, k = 3)