SVMModel::save

(PECL svm >= 0.1.0)

SVMModel::saveSave a model to a file

Descrição

public SVMModel::save ( string $filename ) : bool

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

Parâmetros

filename

The file to save the model to.

Valor Retornado

Throws SVMException on error. Returns true on success.

Veja Também