update : 2015.11.03
php.shukuma.com

검색:
 
 
Save a model to a file

SVMModel::save

(PECL svm >= 0.1.0)

SVMModel::saveSave a model to a file

설명

public bool SVMModel::save ( string $filename )

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

인수

filename

The file to save the model to.

반환값

Throws SVMException on error. Returns true on success.

참고