public class XGTreeDictionaryVisitor extends XGBoostModelBaseVisitor<Set<String>>
| Constructor and Description |
|---|
XGTreeDictionaryVisitor() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
visitXgTree(XGBoostModelParser.XgTreeContext ctx)
Visit a parse tree produced by
XGBoostModelParser.xgTree(). |
visitXgHeader, visitXgLeaf, visitXgModel, visitXgNode, visitXgValueaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic Set<String> visitXgTree(XGBoostModelParser.XgTreeContext ctx)
XGBoostModelParser.xgTree().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXgTree in interface XGBoostModelVisitor<Set<String>>visitXgTree in class XGBoostModelBaseVisitor<Set<String>>ctx - the parse tree
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.30 Release Date : February 17 2026