Package | Description |
---|---|
org.apache.ignite.ml.sql |
Contains util classes that help to work with machine learning models in SQL and train models on data from SQL tables.
|
Modifier and Type | Method and Description |
---|---|
static double |
SQLFunctions.predict(String mdl,
Double... x)
Makes prediction using specified model name to extract model from model storage and specified input values
as input object for prediction.
|
static double |
SQLFunctions.predictRecommendation(String mdl,
Integer objId,
Integer subjId)
Makes prediction using specified model name to extract model from model storage and specified input values
as input object for prediction.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020