Labeler takes previously created matrix of similarity and rewrites it to format understandable for people.

Command line options:

--help				- printing help message with list of possible options
--matrix-filename arg		- path with matrix
--matrix-type arg		- Type of storage matrix, one of: supermatrix, textfile, densematrix
--label-file arg		- File with row labels
--results-file arg		- File for results
--minimum-similarity arg	- Minimum similarity of rows to put it in results matrix
--k-best-results arg         	- Number of best results to put in results matrix

Simple command to run program:

./labeler --matrix-name arg1 --label-file arg2 --results-file arg3 

arg1	- Path to matrix
arg2	- Path to file with labels
arg3	- Path for results to be written

