| clm optics(1) | USER COMMANDS | clm optics(1) |
NAME¶
clm optics - implementation of the OPTICS reachability ordering clmoptics is not in actual fact a program. This manual page documents the behaviour and options of the clm program when invoked in mode optics. The options -h, --apropos, --version, -set, --nop are accessible in all clm modes. They are described in the clm manual page.
SYNOPSIS¶
clm optics -imx <fname> [options] clm optics -imx fname (input graph file name) -max-eps <num> ( maximum distance considered) -min-eps <num> ( minimum similarity considered) -min-pts <int> ( minimum eps-neighbourhood size) [-icl fname ( input clustering name)] [-o fname (output name)] [-ps fname (PostScript output name)] [-psx fname (scaling factor x axis)] [-psy fname (scaling factor y axis)] [-ps-rows <num> ( split reachability plot into <num> rows)] [--ps-labels (show identifiers in PS output)] [-h ( print synopsis, exit)] [--apropos (print synopsis, exit) ] [--version (print version, exit)]
DESCRIPTION¶
This programs computes the reachability ordering according to the OPTICS clustering method. It can additionally output a PostScript plot of the reachability landscape. This plot can be annotated with a user-supplied clustering. The program does not implement the clustering method that is associated with OPTICS. It is part of mcl-edge primarily as a visualisation aid.
OPTIONS¶
-imx fname (input file)
-max-eps <num> (maximum distance considered)
-min-eps <num> (minimum similarity considered)
-min-pts <int> (minimum eps-neighbourhood size)
-o fname (output file name)
-ps fname (PostScript file name)
-icl fname (input clustering name)
-psx fname (scaling factor x axis)
-psy fname (scaling factor y axis)
--ps-labels (show identifiers in PS output)
-ps-rows <num> (split reachability plot into <num> rows)
AUTHOR¶
Stijn van Dongen.
SEE ALSO¶
mclfamily(7) for an overview of all the documentation and the utilities in the mcl family.
| 16 May 2014 | clm optics 14-137 |