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 tribuo-common-nearest-neighbour-4.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tribuo.common.nearest
├─ org.tribuo.common.nearest.KNNClassifierOptions.class - [JAR]
├─ org.tribuo.common.nearest.KNNModel.class - [JAR]
├─ org.tribuo.common.nearest.KNNTrainer.class - [JAR]
org.tribuo.common.nearest.protos
├─ org.tribuo.common.nearest.protos.KNNModelProto.class - [JAR]
├─ org.tribuo.common.nearest.protos.KNNModelProtoOrBuilder.class - [JAR]
├─ org.tribuo.common.nearest.protos.TribuoCommonKnn.class - [JAR]