cal_consensus {cola} | R Documentation |
Calculate consensus clustering related statistics
cal_consensus(partition_list, k)
partition_list |
a list of partitions. The partitions can be vectors of categorical values or objects already generated by clue package (the hard partitions only). |
k |
number of classes that are expected. |
A list of following elements:
consensus class ids.
consensus matrix.
probability to be in each group.
original partition list that has been adjusted according to the consensus class ids.
statistics for the consensus clustering
# There is no example NULL