SVD test script
-
CLI program
trendtest.exe
in all platforms -
Synopsis
trendtest.exe [-r] [-f [outname prefix of trendmain.exe]]
-
Description
trendtest.exe
analyzes PCA results generated bytrendmain.exe
andtrendreconstruct.exe
. It saves a table of attributes for evaluating the SVD outcome in theprefix-svdtest.csv
file. Columns of the table are: Component, Size of singular value, cumulative contribution ratio, auto correlation coefficient, RMSD, and Normalized RMSD, respectively. The last two columns are optional and depend on whethertrendreconstruct.exe --rmsd
was executed.- Note that the
-r
option oftrendtest
process is based on the last run oftrendmain
.
-
Options
-r
-r
reads all arguments used bytrendmain.exe
. When-r
is used-f
is not necessary-f [input prefix name]
-f
specifies the prefix of input files. This needs to be the same as specified with the-o
option when using thetrendmain.exe
program
Report script
-
CLI program
trendreport.exe
in all platforms. -
Synopsis
trendreport.exe
-
Description
trendreport.exe
generates an HTML report just in case thetrendmain
was executed without turning on--report
option.- Note that
trendreport
process is based on the last run oftrendmain
.