Creates a similiarity matrix from one or two source matrix files

Name

sim - Creates a similiarity matrix from one or two source matrix files

Synopsis

sim [options] INFILE1 INFILE2 OUTFILE

Description

Creates a similiarity matrix from one or two source matrix files.

The following options are supported:

-b Use binary mode for reading and writing matrices (quicker and smaller, but not as flexible)

-d fn The distance function to use. Can be: basic; euclidean; cosine.

-s n Output similarity scores. Note that if the INFILE1 is shorter than INFILE2 then this option might be useful to approximate a sort of feature-grep.

Remarks:
Implemented by sim.cpp.

Copyright ©1996-2006 Steven Blackburn - About MaART - MaART on SourceForge