bioco

class corankco.algorithms.bioconsert.bioco.BioCo

BioCo is a BioConsert instance that uses Borda as starting point to improve its consensus with local search BioConsert is a heuristics for Kemeny-Young rank aggregation published in S.Cohen-Boulakia, A.Denise, S.Hamel. Using Medians to Generate Consensus Rankings for Biological Data. 6809. 73-90. 10.1007/978-3-642-22351-8_5, 2011. Complexity: O(nb_elements²) This algorithm is BioConsert, which uses Borda method as starting point (see details on BioConsert Class docstring). For time computation reasons, a part of this algorithm is written in C

get_full_name() str
Returns:

Bioco (BioConsert with [BordaCount] as starter algorithms)