VSVMCLASSIFYVisionX V4
NAME
vsvmclassify − classify data points using linear SVM classifier
SYNOPSISvsvmclassify [if=<model>] [ic=<data>] [of=<predictions>] [-v]
DESCRIPTIONvsvmclassify classifies <data> points using trained SVM <model>. Stores the distance to hypersurface in <predictions> file.
OPTIONS
if= |
input model file; history of this file should contain the length of the support vector, its length and the bias variable followed by the header and the list of support vectors starting with factor variable, see example | ||
ic= |
input feature file | ||
of= |
output feature file, containing all the columns from the input feature file plus additional column with the computed distance to the hyperplane |
vloggen(1), vlogtype(1), vlogratio(1), vattratio(1), vairdist(1), vpsdist(1), vcurvature(1), vcompact(1)
AUTHORSergei Fotin, September 2008