Uses of Interface
org.jpmml.xgboost.BinaryLoadable
-
Packages that use BinaryLoadable Package Description org.jpmml.xgboost -
-
Uses of BinaryLoadable in org.jpmml.xgboost
Classes in org.jpmml.xgboost that implement BinaryLoadable Modifier and Type Class Description classBinaryNodeclassBinaryNodeStatclassDartclassGBTreeclassGradientBoosterclassLearnerclassRegTreeMethods in org.jpmml.xgboost with type parameters of type BinaryLoadable Modifier and Type Method Description <E extends BinaryLoadable>
E[]XGBoostDataInput. readObjectArray(Class<? extends E> clazz, int length)<E extends BinaryLoadable>
E[]XGBoostDataInput. readObjectVector(Class<? extends E> clazz)Methods in org.jpmml.xgboost that return BinaryLoadable Modifier and Type Method Description <E extends BinaryLoadable>
E[]XGBoostDataInput. readObjectArray(Class<? extends E> clazz, int length)<E extends BinaryLoadable>
E[]XGBoostDataInput. readObjectVector(Class<? extends E> clazz)
-