PHP » GoLang |
login |
register |
about
|
GoLang SVMModel::predict
request it (308)
GoLang replacement for PHP's SVMModel::predict
[edit | history]
SVMModel::predict(PECL svm >= 0.1.0) SVMModel::predict — Predict a value for previously unseen data Description
public float SVMModel::predict
( array
$data
)This function accepts an array of data and attempts to predict the class or regression value based on the model extracted from previously trained data. Parameters
Return ValuesFloat the predicted value. This will be a class label in the case of classification, a real value in the case of regression. Throws SVMException on error |
more
Recently updated
more
Most requested
more
Last requests
|