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 hivemall-spark-0.4.2-rc.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
hivemall.dataset
├─ hivemall.dataset.LogisticRegressionDataGeneratorUDTFWrapper.class - [JAR]
hivemall.tools.mapred
├─ hivemall.tools.mapred.RowIdUDFWrapper.class - [JAR]
hivemall
├─ hivemall.HivemallException.class - [JAR]
hivemall.ftvec
├─ hivemall.ftvec.AddBiasUDFWrapper.class - [JAR]
├─ hivemall.ftvec.AddFeatureIndexUDFWrapper.class - [JAR]
├─ hivemall.ftvec.ExtractFeatureUDFWrapper.class - [JAR]
├─ hivemall.ftvec.ExtractWeightUDFWrapper.class - [JAR]
├─ hivemall.ftvec.SortByFeatureUDFWrapper.class - [JAR]
hivemall.knn.lsh
├─ hivemall.knn.lsh.MinHashesUDFWrapper.class - [JAR]
org.apache.spark.sql.hive
├─ org.apache.spark.sql.hive.GroupedDataEx.class - [JAR]
├─ org.apache.spark.sql.hive.HivemallOps.class - [JAR]
├─ org.apache.spark.sql.hive.HivemallUtils.class - [JAR]
hivemall.tools
├─ hivemall.tools.RegressionDatagen.class - [JAR]
org.apache.spark.ml.feature
├─ org.apache.spark.ml.feature.HmFeature.class - [JAR]
├─ org.apache.spark.ml.feature.HmLabeledPoint.class - [JAR]
org.apache.spark.streaming
├─ org.apache.spark.streaming.HivemallStreamingOps.class - [JAR]
hivemall.ftvec.scaling
├─ hivemall.ftvec.scaling.L2NormalizationUDFWrapper.class - [JAR]