public class CatboostRegressionModel extends Object implements Model<NamedVector,Double>
Constructor and Description |
---|
CatboostRegressionModel(ai.catboost.CatBoostModel model)
Constructs a new instance of Catboost model wrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
Double |
predict(NamedVector input)
Make a prediction for the specified input arguments.
|
public CatboostRegressionModel(ai.catboost.CatBoostModel model)
model
- Catboost Modelpublic Double predict(NamedVector input)
predict
in interface Model<NamedVector,Double>
input
- Input arguments.public void close()
close
in interface AutoCloseable
close
in interface Model<NamedVector,Double>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021