VSVMCLASSIFY

VisionX V4
NAME

vsvmclassify − classify data points using linear SVM classifier

SYNOPSIS

vsvmclassify [if=<model>] [ic=<data>] [of=<predictions>] [-v]

DESCRIPTION

vsvmclassify 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

SEE ALSO

vloggen(1), vlogtype(1), vlogratio(1), vattratio(1), vairdist(1), vpsdist(1), vcurvature(1), vcompact(1)

AUTHOR

Sergei Fotin, September 2008