7 Nov 2008    clm vol 1.008, 08-312

1. 
2. 
3. 
4. 
5. 
6. 

NAME

clmvol - compute volatile nodes from a set of clusterings

clmvol is not in actual fact a program. This manual page documents the behaviour and options of the clm program when invoked in mode vol. The options -h, --apropos, --version, -set, --nop are accessible in all clm modes. They are described in the clm manual page.

SYNOPSIS

clm vol [-nff-fac num (nff factor)] [-o fname (output file)] <cl file>+

DESCRIPTION

clm vol computes a score for each node, which at a minimum is equal to one. The output is in the form of a matrix containing a single column. The score correlates with what is deemed to be volatile behaviour. For all pairs of clusterings the set of all intersections is computed, and these are considered in turn. An intersection is deemed to be volatile if the size of the intersection is less than half the size of either parent cluster. In this case, for each node in the intersection the score is incremented by one over the size of the intersection. The size comparison can be made more stringent by increasing the factor using -nff-fac <num> option. It is by default set to 0.5, the fraction taken from the parent cluster sizes. If it is increased all the way up to 1.0, the implication is that an intersection is always considered volatile unless one of the parent clusters is a subset of the other parent cluster.

AUTHOR

Stijn van Dongen.

OPTIONS

-nff-fac num (nff factor)
  

See the discussion at DESCRIPTION.

  
-o fname (output file)
  

SEE ALSO

mclfamily for an overview of all the documentation and the utilities in the mcl family.