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 openml-utils-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.feedzai.openml.util.data.encoding
├─ com.feedzai.openml.util.data.encoding.EncodingHelper.class - [JAR]
com.feedzai.openml.mocks
├─ com.feedzai.openml.mocks.MockDataset.class - [JAR]
├─ com.feedzai.openml.mocks.MockInstance.class - [JAR]
com.feedzai.openml.util.jackson.serializers
├─ com.feedzai.openml.util.jackson.serializers.AbstractValueSchemaSerializer.class - [JAR]
├─ com.feedzai.openml.util.jackson.serializers.DatasetSchemaSerializer.class - [JAR]
├─ com.feedzai.openml.util.jackson.serializers.FieldSchemaSerializer.class - [JAR]
com.feedzai.openml.util.load
├─ com.feedzai.openml.util.load.LoadModelUtils.class - [JAR]
├─ com.feedzai.openml.util.load.LoadSchemaUtils.class - [JAR]
com.feedzai.openml.util.data
├─ com.feedzai.openml.util.data.ClassificationDatasetSchemaUtil.class - [JAR]
├─ com.feedzai.openml.util.data.InstanceUtils.class - [JAR]
com.feedzai.openml.util.validate
├─ com.feedzai.openml.util.validate.ClassificationValidationUtils.class - [JAR]
├─ com.feedzai.openml.util.validate.ValidationUtils.class - [JAR]
com.feedzai.openml.util.jackson
├─ com.feedzai.openml.util.jackson.SerializersInModule.class - [JAR]
com.feedzai.openml.util.algorithm
├─ com.feedzai.openml.util.algorithm.GenericAlgorithm.class - [JAR]
├─ com.feedzai.openml.util.algorithm.MLAlgorithmEnum.class - [JAR]
com.feedzai.openml.util.jackson.deserializer
├─ com.feedzai.openml.util.jackson.deserializer.AbstractValueSchemaDeserializer.class - [JAR]
├─ com.feedzai.openml.util.jackson.deserializer.DatasetSchemaDeserializer.class - [JAR]
├─ com.feedzai.openml.util.jackson.deserializer.FieldSchemaDeserializer.class - [JAR]