jar

ai.bleckwen : xgboost-predictor4j

Maven & Gradle

May 26, 2023
1 stars

xgboost-predictor4j · Bleckwen JVM implementation of XGBoost Predictor

Table Of Contents

Latest Version

Download ai.bleckwen : xgboost-predictor4j JAR file - Latest Versions:

All Versions

Download ai.bleckwen : xgboost-predictor4j JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
1.2
1.1
1.0
0.6

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xgboost-predictor4j-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ai.bleckwen.xgboost

├─ ai.bleckwen.xgboost.DecisionTree.class - [JAR]

├─ ai.bleckwen.xgboost.DenseFVector.class - [JAR]

├─ ai.bleckwen.xgboost.FVector.class - [JAR]

├─ ai.bleckwen.xgboost.ModelParams.class - [JAR]

├─ ai.bleckwen.xgboost.NilNode.class - [JAR]

├─ ai.bleckwen.xgboost.NilPath.class - [JAR]

├─ ai.bleckwen.xgboost.Node.class - [JAR]

├─ ai.bleckwen.xgboost.NodeFactory.class - [JAR]

├─ ai.bleckwen.xgboost.NodeFactoryImpl.class - [JAR]

├─ ai.bleckwen.xgboost.NodeImpl.class - [JAR]

├─ ai.bleckwen.xgboost.Objective.class - [JAR]

├─ ai.bleckwen.xgboost.PathElement.class - [JAR]

├─ ai.bleckwen.xgboost.PathElementImpl.class - [JAR]

├─ ai.bleckwen.xgboost.Predictor.class - [JAR]

├─ ai.bleckwen.xgboost.PredictorBuilder.class - [JAR]

├─ ai.bleckwen.xgboost.RawNode.class - [JAR]

├─ ai.bleckwen.xgboost.RegLossObjLogistic.class - [JAR]

├─ ai.bleckwen.xgboost.SparseFVector.class - [JAR]