示例#1
0
 public void Save(string fileName)
 {
     XGBoostNative.XGBoosterSaveModel(handle, fileName);
 }