コード例 #1
0
ファイル: DMatrix.java プロジェクト: sh1ng/xgboost
 // load native library
 static {
   try {
     NativeLibLoader.initXGBoost();
   } catch (IOException ex) {
     logger.error("load native library failed.");
     logger.error(ex);
   }
 }