compareClusterings: Compare two clusterings of the same elements (and print...

Description Usage Arguments Examples

Description

Same as mapClusterings except that is prints nicely the result instead of just returning it.

Usage

1
compareClusterings(cl1, cl2, verbose=FALSE, use.solve.LSAP=NULL)

Arguments

cl1

First clustering, see mapClusterings.

cl2

Second clustering.

verbose

Display information about tested cases.

use.solve.LSAP

Whether to use solve_LSAP function from package clue. If NULL (the default), solve_LSAP will be used only if the package clue is installed.

Examples

1
2
3
compareClusterings(c(0,1,1,1,2,2,2,3,3,3,3), c(0,3,3,3,1,1,1,2,2,2,2), verbose=TRUE)

compareClusterings(c(0,1,1,1,2,2,2,3,3,3,3,0), c(3,1,3,3,1,1,1,2,0,2,4,0), verbose=TRUE)

CLAG documentation built on May 2, 2019, 5:49 p.m.