public class Learner
extends java.lang.Object
| 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) |
float |
getBaseScore() |
GBTree |
getGBTree() |
int |
getNumClass() |
int |
getNumFeatures() |
ObjFunction |
getObj() |
void |
load(XGBoostDataInput input) |
public void load(XGBoostDataInput input) throws java.io.IOException
java.io.IOExceptionpublic 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)
XGBoostUtil.toXGBoostSchema(Schema)public float getBaseScore()
public int getNumClass()
public int getNumFeatures()
public ObjFunction getObj()
public GBTree getGBTree()
Copyright © 2018. All Rights Reserved.