.\" Process this file with .\" groff -man -Tascii svm-predict.1 .\" .TH svm-predict 1 "MAY 2006" Linux "User Manuals" .SH NAME svm-predict \- make predictions based on a trained SVM model file and test data .SH SYNOPSIS .B svm-predict [ -b .I probability_estimates ] [ -q ] .I test_data .I model_file .I [ output_file ] .SH DESCRIPTION .B svm-predict uses a Support Vector Machine specified by a given input .I model_file to make predictions for each of the samples in .I test_data The format of this file is identical to the training_data file used in .BR svm_train(1) and is just a sparse vector as follows: .TP