Package org.jpmml.xgboost
Class BinaryNodeStat
- java.lang.Object
-
- org.jpmml.xgboost.NodeStat
-
- org.jpmml.xgboost.BinaryNodeStat
-
- All Implemented Interfaces:
BinaryLoadable
public class BinaryNodeStat extends NodeStat implements BinaryLoadable
-
-
Constructor Summary
Constructors Constructor Description BinaryNodeStat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidloadBinary(XGBoostDataInput input)
-
-
-
Method Detail
-
loadBinary
public void loadBinary(XGBoostDataInput input) throws IOException
- Specified by:
loadBinaryin interfaceBinaryLoadable- Throws:
IOException
-
-