Esempio n. 1
0
 // load native library
 static {
   try {
     NativeLibLoader.initXGBoost();
   } catch (IOException ex) {
     logger.error("load native library failed.");
     logger.error(ex);
   }
 }