PHP 8.4.1 Released!

SVMModel::load

(PECL svm >= 0.1.00.1.0)

SVMModel::loadLoad a saved SVM Model

说明

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

Load a model file ready for classification or regression.

参数

filename

The filename of the model.

返回值

Throws SVMException on error. Returns true on success.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top