The SVMModel class
(PECL svm >= 0.1.0)
Introducere
The SVMModel is the end result of the training process.
It can be used to classify previously unseen data.
Sinopsisul clasei
SVMModel
{
public load
(
string $filename
) :
bool
public predict
(
array $data
) :
float
public save
(
string $filename
) :
bool
}
Cuprins
There are no user contributed notes for this page.