The SVMModel class
(No version information available, might only be in SVN)
소개
The SVMModel is the end result of the training process. It can be used to classify previously unseen data.
클래스 개요
Table of Contents
- SVMModel::__construct — Construct a new SVMModel
- SVMModel::load — Load a saved SVM Model
- SVMModel::predict_probability — Return class probabilities for previous unseen data
- SVMModel::predict — Predict a value for previously unseen data
- SVMModel::save — Save a model to a file
There are no user contributed notes for this page.
