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 isolation-forest_3.4.2_2.12-3.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.linkedin.relevance.isolationforest
├─ com.linkedin.relevance.isolationforest.BaggedPoint.class - [JAR]
├─ com.linkedin.relevance.isolationforest.IsolationForest.class - [JAR]
├─ com.linkedin.relevance.isolationforest.IsolationForestModel.class - [JAR]
├─ com.linkedin.relevance.isolationforest.IsolationForestModelReadWrite.class - [JAR]
├─ com.linkedin.relevance.isolationforest.IsolationForestParams.class - [JAR]
├─ com.linkedin.relevance.isolationforest.IsolationTree.class - [JAR]
├─ com.linkedin.relevance.isolationforest.Nodes.class - [JAR]
├─ com.linkedin.relevance.isolationforest.Utils.class - [JAR]