SVMModel::predictPredict a value for previously unseen data Beschreibung
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. Parameter-Liste
RückgabewerteFloat 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 Siehe auch
|