Description Usage Arguments Details Value Examples
Test whether the current k corresponds to a stable partition
1 2 | ## S4 method for signature 'ConsensusPartition'
is_stable_k(object, k, ...)
|
object |
A |
k |
Number of subgroups. |
... |
Pass to |
if 1-PAC for the k is larger than 0.9 (10% ambiguity for the partition), cola marks it as a stable partition.
Logical scalar.
1 2 3 4 | data(golub_cola)
obj = golub_cola["ATC", "skmeans"]
is_stable_k(obj, k = 2)
is_stable_k(obj, k = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.