I - Type of model input.O - Type of model output.public interface Model<I,O> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
O |
predict(I input)
Make a prediction for the specified input arguments.
|
O predict(I input)
input - Input arguments.void close()
close in interface AutoCloseable
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025