The SVMModel class
Introduction
The SVMModel is the end result of the training process. It can be used to classify previously unseen data.
Class synopsis
Table of Contents
- SVMModel::__construct — Construct a new SVMModel
- SVMModel::load — Load a saved SVM Model
- 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.
