Package | Description |
---|---|
org.apache.ignite.ml.xgboost.parser |
Base package for XGBoost model parser implementation.
|
Modifier and Type | Method and Description |
---|---|
XGBoostModelParser.XgLeafContext |
XGBoostModelParser.xgLeaf()
Returns XG leaf.
|
XGBoostModelParser.XgLeafContext |
XGBoostModelParser.XgTreeContext.xgLeaf(int i) |
Modifier and Type | Method and Description |
---|---|
List<XGBoostModelParser.XgLeafContext> |
XGBoostModelParser.XgTreeContext.xgLeaf() |
Modifier and Type | Method and Description |
---|---|
void |
XGBoostModelListener.enterXgLeaf(XGBoostModelParser.XgLeafContext ctx)
Enter a parse tree produced by
XGBoostModelParser.xgLeaf() . |
void |
XGBoostModelListener.exitXgLeaf(XGBoostModelParser.XgLeafContext ctx)
Exit a parse tree produced by
XGBoostModelParser.xgLeaf() . |
T |
XGBoostModelVisitor.visitXgLeaf(XGBoostModelParser.XgLeafContext ctx)
Visit a parse tree produced by
XGBoostModelParser.xgLeaf() . |
T |
XGBoostModelBaseVisitor.visitXgLeaf(XGBoostModelParser.XgLeafContext ctx)
Visit a parse tree produced by
XGBoostModelParser.xgLeaf() . |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024