SVMModel::__construct
Construct a new SVMModel
&reftitle.description;
public SVMModel::__construct
stringfilename
Build a new SVMModel. Models will usually be created from the
SVM::train function, but then saved models may be restored directly.
&reftitle.parameters;
filename
The filename for the saved model file this model should load.
&reftitle.returnvalues;
Throws SVMException on error
&reftitle.seealso;
SVMModel::load