SVD test script
-
CLI program
trendtest.exein all platforms -
Synopsis
trendtest.exe [-r] [-f [outname prefix of trendmain.exe]] -
Description
trendtest.exeanalyzes PCA results generated bytrendmain.exeandtrendreconstruct.exe. It saves a table of attributes for evaluating the SVD outcome in theprefix-svdtest.csvfile. 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 --rmsdwas executed.- Note that the
-roption oftrendtestprocess is based on the last run oftrendmain.
-
Options
-r
-rreads all arguments used bytrendmain.exe. When-ris used-fis not necessary-f [input prefix name]
-fspecifies the prefix of input files. This needs to be the same as specified with the-ooption when using thetrendmain.exeprogram
Report script
-
CLI program
trendreport.exein all platforms. -
Synopsis
trendreport.exe -
Description
trendreport.exegenerates an HTML report just in case thetrendmainwas executed without turning on--reportoption.- Note that
trendreportprocess is based on the last run oftrendmain.