public class Learner extends Object
| Constructor and Description |
|---|
Learner() |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(org.jpmml.converter.Schema schema) |
org.dmg.pmml.PMML |
encodePMML(org.dmg.pmml.FieldName targetField,
List<String> targetCategories,
FeatureMap featureMap) |
float |
getBaseScore() |
GBTree |
getGBTree() |
int |
getNumClass() |
int |
getNumFeatures() |
ObjFunction |
getObj() |
void |
load(XGBoostDataInput input) |
public void load(XGBoostDataInput input) throws IOException
IOExceptionpublic org.dmg.pmml.PMML encodePMML(org.dmg.pmml.FieldName targetField,
List<String> targetCategories,
FeatureMap featureMap)
public org.dmg.pmml.mining.MiningModel encodeMiningModel(org.jpmml.converter.Schema schema)
XGBoostUtil.toXGBoostSchema(Schema)public float getBaseScore()
public int getNumClass()
public int getNumFeatures()
public ObjFunction getObj()
public GBTree getGBTree()
Copyright © 2017. All Rights Reserved.