예제 #1
0
 /**
  * Save the booster model into thread-local rabit checkpoint. This is only used in distributed
  * training.
  *
  * @throws XGBoostError
  */
 void saveRabitCheckpoint() throws XGBoostError {
   JNIErrorHandle.checkCall(XgboostJNI.XGBoosterSaveRabitCheckpoint(this.handle));
 }