Man page - clmmeet(1)
Packages contains this manual
- mcxdump(1)
- clmvol(1)
- clmclose(1)
- mcxrand(1)
- mcx(1)
- mcxsubs(1)
- mcxquery(1)
- mclcm(1)
- mcxctty(1)
- clminfo(1)
- clmmate(1)
- mcxi(1)
- mcl(1)
- clmimac(1)
- mcxdiameter(1)
- clmoptics(1)
- clmresidue(1)
- mcxload(1)
- mcxalter(1)
- mcxclcf(1)
- mcxconvert(1)
- mcxerdos(1)
- clmmeet(1)
- clm(1)
- clmorder(1)
- clmdist(1)
- mcxmap(1)
- clminfo2(1)
- mcxarray(1)
apt-get install mcl
Manual
clm meet
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
SEE ALSO
NAME
clm_meet - compute the intersection of a set of clusterings.
clmmeet is not in actual fact a program. This manual page documents the behaviour and options of the clm program when invoked in mode meet . The options -h , --apropos , --version , -set , --nop are accessible in all clm modes. They are described in the clm manual page.
SYNOPSIS
clm meet [-o fname ( output file name ) ] [-h ( print synopsis, exit ) ] [--apropos ( print synopsis, exit ) ] [--version ( print version, exit ) ] <file name>+
DESCRIPTION
clm meet computes the intersection of a set of clusterings, that is, the largest clustering that is a subclustering of all the clusterings in the set. It stores the intersection (or meet) in the argument to the -o flag, which must be the first option given. All remaining arguments are interpreted as names of files containing clusterings in mcl format (see mcxio(5) ), which must all pertain to a set of the same cardinality.
This utility can be useful in measuring (in conjunction with clm dist ) the consistency of a set of clusterings at different levels of granularity - if the meet of all those clusterings is close to being a subclustering of each of them, consistency is good. See clm dist for an example.
OPTIONS
-o fname ( output file name )
AUTHOR
Stijn van Dongen.
SEE ALSO
mclfamily(7) for an overview of all the documentation and the utilities in the mcl family.