View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ignite-ml-xgboost-model-parser-ext-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.ignite.ml.xgboost.parser.visitor
├─ org.apache.ignite.ml.xgboost.parser.visitor.XGModelVisitor.class - [JAR]
├─ org.apache.ignite.ml.xgboost.parser.visitor.XGTreeDictionaryVisitor.class - [JAR]
├─ org.apache.ignite.ml.xgboost.parser.visitor.XGTreeVisitor.class - [JAR]
org.apache.ignite.ml.xgboost.parser
├─ org.apache.ignite.ml.xgboost.parser.XGBoostModelBaseVisitor.class - [JAR]
├─ org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer.class - [JAR]
├─ org.apache.ignite.ml.xgboost.parser.XGBoostModelListener.class - [JAR]
├─ org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.class - [JAR]
├─ org.apache.ignite.ml.xgboost.parser.XGBoostModelVisitor.class - [JAR]
├─ org.apache.ignite.ml.xgboost.parser.XGModelParser.class - [JAR]
org.apache.ignite.ml.xgboost
├─ org.apache.ignite.ml.xgboost.XGModelComposition.class - [JAR]