| Constructor and Description |
|---|
Learner() |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(java.util.Map<java.lang.String,?> options,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.PMML |
encodePMML(org.dmg.pmml.FieldName targetField,
java.util.List<java.lang.String> targetCategories,
FeatureMap featureMap,
java.util.Map<java.lang.String,?> options) |
org.jpmml.converter.Schema |
encodeSchema(org.dmg.pmml.FieldName targetField,
java.util.List<java.lang.String> targetCategories,
FeatureMap featureMap,
XGBoostEncoder encoder) |
void |
load(XGBoostDataInput input) |
int |
num_class() |
int |
num_features() |
ObjFunction |
obj() |
org.jpmml.converter.Schema |
toXGBoostSchema(org.jpmml.converter.Schema schema) |
public void load(XGBoostDataInput input) throws java.io.IOException
public org.jpmml.converter.Schema encodeSchema(org.dmg.pmml.FieldName targetField,
java.util.List<java.lang.String> targetCategories,
FeatureMap featureMap,
XGBoostEncoder encoder)
public org.jpmml.converter.Schema toXGBoostSchema(org.jpmml.converter.Schema schema)
public org.dmg.pmml.PMML encodePMML(org.dmg.pmml.FieldName targetField,
java.util.List<java.lang.String> targetCategories,
FeatureMap featureMap,
java.util.Map<java.lang.String,?> options)
public org.dmg.pmml.mining.MiningModel encodeMiningModel(java.util.Map<java.lang.String,?> options,
org.jpmml.converter.Schema schema)
public int num_features()
public int num_class()
public ObjFunction obj()
Copyright © 2020. All Rights Reserved.