pycvi.vi.variation_information
- pycvi.vi.variation_information(clustering1: List[List[int]], clustering2: List[List[int]]) float
Variation of information between two clusterings. [VI]
[VI]M. Meil ̆a, Comparing Clusterings by the Variation of Information, p. 173–187. Springer Berlin Heidelberg, 2003.
- Parameters:
clustering1 (List[List[int]]) – First clustering
clustering2 (List[List[int]]) – Second clustering
- Returns:
Variation of information between two clusterings.
- Return type:
float