SVMModel::load

(PECL svm >= 0.1.00.1.0)

SVMModel::loadLoad a saved SVM Model

Açıklama

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

Load a model file ready for classification or regression.

Değiştirgeler

filename

The filename of the model.

Dönen Değerler

Throws SVMException on error. Returns true on success.

Ayrıca Bakınız