Package org.jpmml.xgboost
Interface BinaryLoadable
-
- All Known Implementing Classes:
BinaryNode,BinaryNodeStat,Dart,GBTree,GradientBooster,Learner,RegTree
public interface BinaryLoadable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadBinary(XGBoostDataInput input)
-
-
-
Method Detail
-
loadBinary
void loadBinary(XGBoostDataInput input) throws IOException
- Throws:
IOException
-
-