The SVMModel class
Guide
Edit on GitHub ✎
The SVMModel is the end result of the training process. It can be used to classify previously unseen data.
Intro
The SVMModel is the end result of the training process. It can be used to classify previously unseen data.
Class synopsis
class SVMModel { }
Svmmodel