编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « SVMModel::getSvrProbability
  • SVMModel::predict_probability »
  • PHP Manual
  • SVMModel
  • Load a saved SVM Model

SVMModel::load

(PECL svm >= 0.1.00.1.0)

SVMModel::load — Load 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.

参见

  • SVMModel::save() - Save a model to a file

相关文章
php svm the svmmodel classphp libxml 函数 disable the ability to load external entitiesphp ncurses 函数 resets the prog mode saved by def prog modephp ncurses 函数 resets the shell mode saved by def shell modephp ncurses 函数 restores saved terminal statephp openal 函数 load a buffer with dataphp openal 函数 load a .wav file into a bufferphp pdf 函数 load 3d modelphp mnogosearch 函数 load ispell dataphp sdo 函数 add a new type to a modelphp sdo 函数 get the sdo model type of the propertyphp sdo 函数 construct an sdo model reflectiondataobjectphp svm create a svmmodel based on training dataphp svmmodel returns true if the model has probability informationphp svmmodel construct a new svmmodelphp svmmodel get the labels the model was trained onphp svmmodel returns the number of classes the model was trained withphp svmmodel get the svm type the model was trained withphp svmmodel load a saved svm modelphp svmmodel save a model to a file
关注编程学问公众号
编程学问网 湘ICP备20001732号