Skip navigation links
A B C D E G I L M N O P R S T V W X Y _ 

A

accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext

B

BOOSTER - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
BOOSTER - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
BOOSTER() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext
 

C

channelNames - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
Channel names.
COLON - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
COLON - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
COLON() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext
 
COLON() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext
 
COLON() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
COMMA - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
COMMA - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
COMMA() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
COMMA(int) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 

D

DOT - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
DOT - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
DOUBLE - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
DOUBLE - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
DOUBLE() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext
 

E

enterRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext
enterRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext
enterRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext
enterRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
enterRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
enterRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext
enterXgHeader(XGBoostModelParser.XgHeaderContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Enter a parse tree produced by XGBoostModelParser.xgHeader().
enterXgLeaf(XGBoostModelParser.XgLeafContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Enter a parse tree produced by XGBoostModelParser.xgLeaf().
enterXgModel(XGBoostModelParser.XgModelContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Enter a parse tree produced by XGBoostModelParser.xgModel().
enterXgNode(XGBoostModelParser.XgNodeContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Enter a parse tree produced by XGBoostModelParser.xgNode().
enterXgTree(XGBoostModelParser.XgTreeContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Enter a parse tree produced by XGBoostModelParser.xgTree().
enterXgValue(XGBoostModelParser.XgValueContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Enter a parse tree produced by XGBoostModelParser.xgValue().
EOF() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
 
EQ - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
EQ - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
EQ() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext
 
EQ() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
EQ(int) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext
exitRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext
exitRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext
exitRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
exitRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
exitRule(ParseTreeListener) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext
exitXgHeader(XGBoostModelParser.XgHeaderContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Exit a parse tree produced by XGBoostModelParser.xgHeader().
exitXgLeaf(XGBoostModelParser.XgLeafContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Exit a parse tree produced by XGBoostModelParser.xgLeaf().
exitXgModel(XGBoostModelParser.XgModelContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Exit a parse tree produced by XGBoostModelParser.xgModel().
exitXgNode(XGBoostModelParser.XgNodeContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Exit a parse tree produced by XGBoostModelParser.xgNode().
exitXgTree(XGBoostModelParser.XgTreeContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Exit a parse tree produced by XGBoostModelParser.xgTree().
exitXgValue(XGBoostModelParser.XgValueContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelListener
Exit a parse tree produced by XGBoostModelParser.xgValue().
EXP - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
EXP - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 

G

getATN() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
getATN() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
getChannelNames() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
getDict() - Method in class org.apache.ignite.ml.xgboost.XGModelComposition
 
getGrammarFileName() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
getGrammarFileName() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
getModelsComposition() - Method in class org.apache.ignite.ml.xgboost.XGModelComposition
 
getModeNames() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
getRuleIndex() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext
getRuleIndex() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext
getRuleIndex() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext
getRuleIndex() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
getRuleIndex() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
getRuleIndex() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext
getRuleNames() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
getRuleNames() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
getSerializedATN() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
getSerializedATN() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
getTokenNames() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
Deprecated.
getTokenNames() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Deprecated.
getVocabulary() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
getVocabulary() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser

I

INT - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
INT - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
INT() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext
 
INT() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext
 
INT() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
INT(int) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
INT() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext
 

L

LBRACK - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
LBRACK - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
LBRACK() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext
 
LBRACK() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
LEAF - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
LEAF - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
LEAF() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext
 
LT - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
LT - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
LT() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 

M

MINUS - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
MINUS - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
MISSING - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
MISSING - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
MISSING() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
modeNames - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
Mode names.

N

NEWLINE - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
NEWLINE - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
NEWLINE() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
 
NEWLINE(int) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
 
NO - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
NO - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
NO() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 

O

org.apache.ignite.ml.xgboost - package org.apache.ignite.ml.xgboost
Base package for XGBoost model parser, correspondent DTOs and util classes.
org.apache.ignite.ml.xgboost.parser - package org.apache.ignite.ml.xgboost.parser
Base package for XGBoost model parser implementation.
org.apache.ignite.ml.xgboost.parser.visitor - package org.apache.ignite.ml.xgboost.parser.visitor
Base package for XGBoost model parser ANTLR visitor.

P

parse(byte[]) - Method in class org.apache.ignite.ml.xgboost.parser.XGModelParser
PLUS - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
PLUS - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
predict(NamedVector) - Method in class org.apache.ignite.ml.xgboost.XGModelComposition

R

RBRACK - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
RBRACK - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
RBRACK() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext
 
RBRACK() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
RULE_xgHeader - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
RULE_xgLeaf - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
RULE_xgModel - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
RULE_xgNode - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
RULE_xgTree - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
RULE_xgValue - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
ruleNames - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
Rule names.
ruleNames - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Rule names.

S

setModelsComposition(ModelsComposition) - Method in class org.apache.ignite.ml.xgboost.XGModelComposition
 
STRING - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
STRING - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
STRING() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 

T

tokenNames - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
Deprecated.
tokenNames - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Deprecated.

V

visitXgHeader(XGBoostModelParser.XgHeaderContext) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelBaseVisitor
Visit a parse tree produced by XGBoostModelParser.xgHeader().
visitXgHeader(XGBoostModelParser.XgHeaderContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelVisitor
Visit a parse tree produced by XGBoostModelParser.xgHeader().
visitXgLeaf(XGBoostModelParser.XgLeafContext) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelBaseVisitor
Visit a parse tree produced by XGBoostModelParser.xgLeaf().
visitXgLeaf(XGBoostModelParser.XgLeafContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelVisitor
Visit a parse tree produced by XGBoostModelParser.xgLeaf().
visitXgModel(XGBoostModelParser.XgModelContext) - Method in class org.apache.ignite.ml.xgboost.parser.visitor.XGModelVisitor
Visit a parse tree produced by XGBoostModelParser.xgModel().
visitXgModel(XGBoostModelParser.XgModelContext) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelBaseVisitor
Visit a parse tree produced by XGBoostModelParser.xgModel().
visitXgModel(XGBoostModelParser.XgModelContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelVisitor
Visit a parse tree produced by XGBoostModelParser.xgModel().
visitXgNode(XGBoostModelParser.XgNodeContext) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelBaseVisitor
Visit a parse tree produced by XGBoostModelParser.xgNode().
visitXgNode(XGBoostModelParser.XgNodeContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelVisitor
Visit a parse tree produced by XGBoostModelParser.xgNode().
visitXgTree(XGBoostModelParser.XgTreeContext) - Method in class org.apache.ignite.ml.xgboost.parser.visitor.XGTreeDictionaryVisitor
Visit a parse tree produced by XGBoostModelParser.xgTree().
visitXgTree(XGBoostModelParser.XgTreeContext) - Method in class org.apache.ignite.ml.xgboost.parser.visitor.XGTreeVisitor
Visit a parse tree produced by XGBoostModelParser.xgTree().
visitXgTree(XGBoostModelParser.XgTreeContext) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelBaseVisitor
Visit a parse tree produced by XGBoostModelParser.xgTree().
visitXgTree(XGBoostModelParser.XgTreeContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelVisitor
Visit a parse tree produced by XGBoostModelParser.xgTree().
visitXgValue(XGBoostModelParser.XgValueContext) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelBaseVisitor
Visit a parse tree produced by XGBoostModelParser.xgValue().
visitXgValue(XGBoostModelParser.XgValueContext) - Method in interface org.apache.ignite.ml.xgboost.parser.XGBoostModelVisitor
Visit a parse tree produced by XGBoostModelParser.xgValue().
VOCABULARY - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
Vocabulary.
VOCABULARY - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Vocabulary.

W

WS - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
WS - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 

X

XGBoostModelBaseVisitor<T> - Class in org.apache.ignite.ml.xgboost.parser
This class provides an empty implementation of XGBoostModelVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
XGBoostModelBaseVisitor() - Constructor for class org.apache.ignite.ml.xgboost.parser.XGBoostModelBaseVisitor
 
XGBoostModelLexer - Class in org.apache.ignite.ml.xgboost.parser
XGBoost model lexer generated by ANTLR.
XGBoostModelLexer(CharStream) - Constructor for class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
Constructs a new instance of XGBoost model lexer.
XGBoostModelListener - Interface in org.apache.ignite.ml.xgboost.parser
This interface defines a complete listener for a parse tree produced by XGBoostModelParser.
XGBoostModelParser - Class in org.apache.ignite.ml.xgboost.parser
XGBoost model parser generated by ANTLR.
XGBoostModelParser(TokenStream) - Constructor for class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Constructs a new instance of XGBoost model parser.
XGBoostModelParser.XgHeaderContext - Class in org.apache.ignite.ml.xgboost.parser
XG header context.
XGBoostModelParser.XgLeafContext - Class in org.apache.ignite.ml.xgboost.parser
XG leaf context.
XGBoostModelParser.XgModelContext - Class in org.apache.ignite.ml.xgboost.parser
XG model context.
XGBoostModelParser.XgNodeContext - Class in org.apache.ignite.ml.xgboost.parser
XG node conext.
XGBoostModelParser.XgTreeContext - Class in org.apache.ignite.ml.xgboost.parser
XG tree context.
XGBoostModelParser.XgValueContext - Class in org.apache.ignite.ml.xgboost.parser
XG value context.
XGBoostModelVisitor<T> - Interface in org.apache.ignite.ml.xgboost.parser
This interface defines a complete generic visitor for a parse tree produced by XGBoostModelParser.
xgHeader() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Returns XG header.
xgHeader() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
 
XgHeaderContext(ParserRuleContext, int) - Constructor for class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext
Constructs a new instance of XG header context.
xgLeaf() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Returns XG leaf.
xgLeaf() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
 
xgLeaf(int) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
 
XgLeafContext(ParserRuleContext, int) - Constructor for class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext
Constructs a new instance of XG leaf conext.
xgModel() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
XGModelComposition - Class in org.apache.ignite.ml.xgboost
XGBoost model composition.
XGModelComposition(Map<String, Integer>, List<DecisionTreeNode>) - Constructor for class org.apache.ignite.ml.xgboost.XGModelComposition
Constructs a new instance of composition of models.
XgModelContext(ParserRuleContext, int) - Constructor for class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext
Constructs a new instance of XG model context.
XGModelParser - Class in org.apache.ignite.ml.xgboost.parser
XGBoost model parser.
XGModelParser() - Constructor for class org.apache.ignite.ml.xgboost.parser.XGModelParser
 
XGModelVisitor - Class in org.apache.ignite.ml.xgboost.parser.visitor
XGBoost model visitor that parses model.
XGModelVisitor() - Constructor for class org.apache.ignite.ml.xgboost.parser.visitor.XGModelVisitor
 
xgNode() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Returns XG node.
xgNode() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
 
xgNode(int) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
 
XgNodeContext(ParserRuleContext, int) - Constructor for class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
Constructs a new instance of XG node context.
xgTree() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext
 
xgTree(int) - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext
 
xgTree() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 
XgTreeContext(ParserRuleContext, int) - Constructor for class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext
Constructs a new instance of XG tree context.
XGTreeDictionaryVisitor - Class in org.apache.ignite.ml.xgboost.parser.visitor
Tree dictionary visitor that collects all feature names.
XGTreeDictionaryVisitor() - Constructor for class org.apache.ignite.ml.xgboost.parser.visitor.XGTreeDictionaryVisitor
 
XGTreeVisitor - Class in org.apache.ignite.ml.xgboost.parser.visitor
XGBoost tree visitor that parses tree.
XGTreeVisitor(Map<String, Integer>) - Constructor for class org.apache.ignite.ml.xgboost.parser.visitor.XGTreeVisitor
Constructs a new instance of tree visitor.
xgValue() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext
 
xgValue() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
xgValue() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Returns XG value.
XgValueContext(ParserRuleContext, int) - Constructor for class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext
Constructs a new instance of XG value context.

Y

YES - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
 
YES() - Method in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext
 
YES - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
 

_

_ATN - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
ATN.
_ATN - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
ATN.
_decisionToDFA - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
Decision to DFA.
_decisionToDFA - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
DFA.
_serializedATN - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
Serialized ATN.
_serializedATN - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Serialized ATN.
_sharedContextCache - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer
Shared context cache.
_sharedContextCache - Static variable in class org.apache.ignite.ml.xgboost.parser.XGBoostModelParser
Shared context cache.
A B C D E G I L M N O P R S T V W X Y _ 
Skip navigation links

2019 Copyright © Apache Software Foundation
Ignite Database and Caching Platform :   ver. 8.9.14-p2
Release Date :   January 19 2026