Description Usage Arguments Examples
Same as mapClusterings
except that is prints nicely the result
instead of just returning it.
1 | compareClusterings(cl1, cl2, verbose=FALSE, use.solve.LSAP=NULL)
|
cl1 |
First clustering, see |
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. |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.