= 0.1.0)SVMModel::save — Save a model to a file說明public SVMModel::save(string $filename): boolSave the model data to a file, ">

SVMModel::save

(PECL svm >= 0.1.0)

SVMModel::saveSave a model to a file

說明

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

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

參數(shù)

filename

The file to save the model to.

返回值

Throws SVMException on error. Returns true on success.

參見