public class GBDT extends Object
| Constructor and Description |
|---|
GBDT() |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(Map<String,?> options,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.PMML |
encodePMML(Map<String,?> options,
String targetName,
List<String> targetCategories) |
org.jpmml.converter.Schema |
encodeSchema(String targetName,
List<String> targetCategories,
LightGBMEncoder encoder) |
String[] |
getFeatureInfos() |
String[] |
getFeatureNames() |
ObjectiveFunction |
getObjectiveFunction() |
void |
load(List<Section> sections) |
void |
setObjectiveFunction(ObjectiveFunction object_function_) |
org.jpmml.converter.Schema |
toLightGBMSchema(org.jpmml.converter.Schema schema) |
public org.jpmml.converter.Schema encodeSchema(String targetName, List<String> targetCategories, LightGBMEncoder encoder)
public org.jpmml.converter.Schema toLightGBMSchema(org.jpmml.converter.Schema schema)
public org.dmg.pmml.PMML encodePMML(Map<String,?> options, String targetName, List<String> targetCategories)
public org.dmg.pmml.mining.MiningModel encodeMiningModel(Map<String,?> options, org.jpmml.converter.Schema schema)
public String[] getFeatureNames()
public String[] getFeatureInfos()
public ObjectiveFunction getObjectiveFunction()
public void setObjectiveFunction(ObjectiveFunction object_function_)
Copyright © 2024. All rights reserved.