SVD total runner serves extracting word domains from window matrices with help of SVDLIBC's svd tool and some other applications included in SuperMatrix.

Command line only options:
  --help                		- Printing help message with list of possible options
  --cfg-file arg        		- Command for config file input

Basic options:
  --window-matrix arg                  	- Path for window matrix (supermatrix format) to be processed
  --matrix-weighter-path arg           	- Path for binary of matrix weighter (part of SuperMatrix's tools package)
  --workdir arg                        	- Path for temporary files (output of all helper applications)
  --weight-simfunction arg 		- Similarity function for initial weighting (parameter for matrix weighter, default: LogEnt())
  --svd-runner-path arg                	- Path for binary of svd runner (part of SuperMatrix's tools package)
  --svd-path arg                       	- Path for binary of SVDLIBC's svd (svd runner's parameter)
  --svd-dimensions arg                 	- Number of desired dimensions after svd reduction (svd runner's parameter)
  --svd-iterations arg                 	- Number of iterations step for svd (svd runner's parameter, more in svd runner's tutorial)
  --sm2st-path arg                     	- Path for sm2st binary (part of SuperMatrix's tools package)
  --txt2sm-path arg                    	- Path for txt2sm binary (part of SuperMatrix's tools package)
  --simfunction-after-svd arg		- Similarity function to be used on svd's results (similarity parameter, default: cos())
  --parallel-sim-path arg              	- Path for binary of parallel similarity (part of SuperMatrix's parallel package)
  --mpi-hostfile arg                   	- Hostfile for mpirun (similarity parameter)
  --mpi-nodes arg (=2)                 	- Number of nodes in parallel environment (similarity parameter)
  --histogram-path arg                 	- Path for histogram binary (part of SuperMatrix's tools package)
  --histogram-value arg                	- Values for histograms' steps (value_histogram parameter)



Simple command to run program:

./svd_total --cfg-file arg

arg - input configuration file
