Skip navigation links
A C F G L P 

A

ai.catboost - package ai.catboost
 

C

CatBoostError - Exception in ai.catboost
 
CatBoostError(String) - Constructor for exception ai.catboost.CatBoostError
 
CatBoostModel - Class in ai.catboost
CatBoost model, supports basic model application.
CatBoostModel() - Constructor for class ai.catboost.CatBoostModel
 
CatBoostPredictions - Class in ai.catboost
CatBoost model prediction.
CatBoostPredictions(int, int) - Constructor for class ai.catboost.CatBoostPredictions
Construct CatBoost model prediction based on number of objects and model prediction dimension.
close() - Method in class ai.catboost.CatBoostModel
 
copyObjectPredictions(int, double[]) - Method in class ai.catboost.CatBoostPredictions
Copy object prediction to a specified array.
copyObjectPredictions(int) - Method in class ai.catboost.CatBoostPredictions
Copy object prediction to a separate array.
copyRowMajorPredictions() - Method in class ai.catboost.CatBoostPredictions
Return row-major copy of prediction matrix.

F

finalize() - Method in class ai.catboost.CatBoostModel
 

G

get(int, int) - Method in class ai.catboost.CatBoostPredictions
Get model prediction for particular object and particular dimension.
getObjectCount() - Method in class ai.catboost.CatBoostPredictions
 
getPredictionDimension() - Method in class ai.catboost.CatBoostModel
 
getPredictionDimension() - Method in class ai.catboost.CatBoostPredictions
 
getTreeCount() - Method in class ai.catboost.CatBoostModel
 
getUsedCategoricFeatureCount() - Method in class ai.catboost.CatBoostModel
 
getUsedNumericFeatureCount() - Method in class ai.catboost.CatBoostModel
 

L

loadModel(String) - Static method in class ai.catboost.CatBoostModel
Load CatBoost model from file modelPath.
loadModel(InputStream) - Static method in class ai.catboost.CatBoostModel
Load CatBoost model from stream.

P

predict(float[], String[], CatBoostPredictions) - Method in class ai.catboost.CatBoostModel
Apply model to object defined by features.
predict(float[], String[]) - Method in class ai.catboost.CatBoostModel
Same as CatBoostModel.predict(float[], String[], CatBoostPredictions), but returns prediction instead of taking it as third parameter.
predict(float[], int[], CatBoostPredictions) - Method in class ai.catboost.CatBoostModel
predict(float[], int[]) - Method in class ai.catboost.CatBoostModel
Same as CatBoostModel.predict(float[], int[], CatBoostPredictions), but returns prediction instead of taking it as third parameter.
predict(float[][], String[][], CatBoostPredictions) - Method in class ai.catboost.CatBoostModel
Apply model to a batch of objects.
predict(float[][], String[][]) - Method in class ai.catboost.CatBoostModel
Same as CatBoostModel.predict(float[][], String[][], CatBoostPredictions), but returns prediction instead of taking it as third parameter.
predict(float[][], int[][], CatBoostPredictions) - Method in class ai.catboost.CatBoostModel
predict(float[][], int[][]) - Method in class ai.catboost.CatBoostModel
Same as CatBoostModel.predict(float[][], String[][], CatBoostPredictions), but returns predictions instead of taking it as third parameter.
A C F G L P 
Skip navigation links

Copyright © 2018 CatBoost dev team. All rights reserved.