php8.5
Home/ Manual/ svm / svmmodel/ SVMModel::load

SVMModel::load

PHP function Edit on GitHub ✎

(PECL svm >= 0.1.00.1.0)

Load a saved SVM Model

Description

SVMModel::load(string $filename): bool

Load a model file ready for classification or regression.

Parameters

filename

The filename of the model.

Return Values

Throws SVMException on error. Returns true on success.

See Also

  • SVMModel::save

Source: reference/svm/svmmodel/load.xml · from the official PHP manual (php/doc-en)