SVMModel::__construct

(PECL svm >= 0.1.0)
Construct a new SVMModel
public SVMModel::__construct ([ string $filename ] )

Build a new SVMModel. Models will usually be created from the SVM::train function, but then saved models may be restored directly.

Parameters:
filename

The filename for the saved model file this model should load.

Returns:

Throws SVMException on error

See also:

SVMModel::load() -

doc_php
2016-02-24 16:10:16
Comments
Leave a Comment

Please login to continue.