lib/xgboost/ffi.rb in xgb-0.3.0 vs lib/xgboost/ffi.rb in xgb-0.3.1
- old
+ new
@@ -29,10 +29,10 @@
attach_function :XGBoosterFree, %i[pointer], :int
attach_function :XGBoosterSetParam, %i[pointer string string], :int
attach_function :XGBoosterPredict, %i[pointer pointer int int int pointer pointer], :int
attach_function :XGBoosterLoadModel, %i[pointer string], :int
attach_function :XGBoosterSaveModel, %i[pointer string], :int
- attach_function :XGBoosterDumpModelEx, %i[pointer string int string pointer pointer], :int
+ attach_function :XGBoosterDumpModelExWithFeatures, %i[pointer int pointer pointer int string pointer pointer], :int
attach_function :XGBoosterGetAttr, %i[pointer pointer pointer pointer], :int
attach_function :XGBoosterSetAttr, %i[pointer pointer pointer], :int
attach_function :XGBoosterGetAttrNames, %i[pointer pointer pointer], :int
end
end