Uses of Class
org.jpmml.xgboost.Learner
-
Packages that use Learner Package Description org.jpmml.xgboost -
-
Uses of Learner in org.jpmml.xgboost
Methods in org.jpmml.xgboost that return Learner Modifier and Type Method Description static <DIS extends InputStream & DataInput>
LearnerXGBoostUtil. loadLearner(DIS is, String charset, String jsonPath)static LearnerXGBoostUtil. loadLearner(InputStream is)static LearnerXGBoostUtil. loadLearner(InputStream is, ByteOrder byteOrder, String charset)static LearnerXGBoostUtil. loadLearner(InputStream is, ByteOrder byteOrder, String charset, String jsonPath)Methods in org.jpmml.xgboost with parameters of type Learner Modifier and Type Method Description org.jpmml.converter.FeatureFeatureMap.CategoricalEntry. encodeFeature(Learner learner, int index, org.jpmml.converter.PMMLEncoder encoder)org.jpmml.converter.FeatureFeatureMap.ContinuousEntry. encodeFeature(Learner learner, int index, org.jpmml.converter.PMMLEncoder encoder)abstract org.jpmml.converter.FeatureFeatureMap.Entry. encodeFeature(Learner learner, int index, org.jpmml.converter.PMMLEncoder encoder)org.jpmml.converter.FeatureFeatureMap.IndicatorEntry. encodeFeature(Learner learner, int index, org.jpmml.converter.PMMLEncoder encoder)List<org.jpmml.converter.Feature>FeatureMap. encodeFeatures(Learner learner, org.jpmml.converter.PMMLEncoder encoder)
-