Package | Description |
---|---|
org.apache.ignite.ml.genetic.functions |
Contains functions used for GA Grid
|
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 org.gridgain.internal.h2.tools.SimpleResultSet |
GAGridFunction.getSolutionById(int key)
Retrieve and individual solution by Chromosome key.
|
static org.gridgain.internal.h2.tools.SimpleResultSet |
GAGridFunction.getSolutionsAsc()
Retrieve solutions in ascending order based on fitness score.
|
static org.gridgain.internal.h2.tools.SimpleResultSet |
GAGridFunction.getSolutionsDesc()
Retrieve solutions in descending order based on fitness score.
|
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.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024