src/external/xgboost/java/README.md
this is a java wrapper for xgboost
the structure of this wrapper is almost the same as the official python wrapper.
core of this wrapper is two classes:
DMatrix: for handling data
Booster: for train and predict
please refer to xgboost4j.md for more information.
besides, simple examples could be found in xgboost4j-demo
for windows: open the xgboost.sln in "../windows" folder, you will found the xgboostjavawrapper project, you should do the following steps to build wrapper library:
JAVA_HOME properly in windows environment variables, escape this step) right click on xgboostjavawrapper project -> choose "Properties" -> click on "C/C++" in the window -> change the "Additional Include Directories" to fit your jdk install path.for linux:
JAVA_HOME has been setted properly