GoLang SVMModel::__construct

request it (305)
GoLang replacement for PHP's SVMModel::__construct [edit | history]



Do you know a GoLang replacement for PHP's SVMModel::__construct? Write it!

PHP SVMModel::__construct

PHP original manual for SVMModel::__construct [ show | php.net ]

SVMModel::__construct

(PECL svm >= 0.1.0)

SVMModel::__constructConstruct a new SVMModel

Description

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.

Parameters

filename

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

Return Values

Throws SVMException on error

See Also