SVMModel
PHP Manual

SVMModel::save

(PECL svm >= 0.1.0)

SVMModel::saveSave a model to a file

Descrierea

public bool SVMModel::save ( string $filename )

Save the model data to a file, for later use.

Parametri

filename

The file to save the model to.

Valorile întoarse

Throws SVMException on error. Returns true on success.

A se vedea și


SVMModel
PHP Manual