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 dkpro-tc-ml-xgboost-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dkpro.tc.ml.xgboost.core
├─ org.dkpro.tc.ml.xgboost.core.Xgboost.class - [JAR]
├─ org.dkpro.tc.ml.xgboost.core.XgboostPredictor.class - [JAR]
├─ org.dkpro.tc.ml.xgboost.core.XgboostTrainer.class - [JAR]
org.dkpro.tc.ml.xgboost
├─ org.dkpro.tc.ml.xgboost.XgboostAdapter.class - [JAR]
├─ org.dkpro.tc.ml.xgboost.XgboostTestTask.class - [JAR]
org.dkpro.tc.ml.xgboost.serialization
├─ org.dkpro.tc.ml.xgboost.serialization.XgboostLoadModelConnector.class - [JAR]
├─ org.dkpro.tc.ml.xgboost.serialization.XgboostSerializeModelConnector.class - [JAR]