= 0.1.0)SVMModel::__construct — Construct a new SVMModel說明public SVMModel::__construct(string $filename = ?)Build a ne">

SVMModel::__construct

(PECL svm >= 0.1.0)

SVMModel::__constructConstruct a new SVMModel

說明

public SVMModel::__construct(string $filename = ?)

Build a new SVMModel. Models will usually be created from the SVM::train function, but then saved models may be restored directly.

參數(shù)

filename

The filename for the saved model file this model should load.

錯誤/異常

Throws a SVMException on error

參見