public abstract class Classification extends ObjFunction
| Constructor and Description |
|---|
Classification(String name,
int num_class) |
| Modifier and Type | Method and Description |
|---|---|
org.jpmml.converter.Label |
encodeLabel(String targetName,
List<?> targetCategories,
org.jpmml.converter.PMMLEncoder encoder) |
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(int targetIndex,
List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
org.jpmml.converter.Schema schema) |
int |
num_class() |
createMiningModel, encodeMiningModel, getName, inverseExp, inverseLogit, probToMarginpublic Classification(String name, int num_class)
public org.jpmml.converter.Label encodeLabel(String targetName, List<?> targetCategories, org.jpmml.converter.PMMLEncoder encoder)
encodeLabel in class ObjFunctionpublic org.dmg.pmml.mining.MiningModel encodeMiningModel(int targetIndex,
List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
org.jpmml.converter.Schema schema)
encodeMiningModel in class ObjFunctionpublic int num_class()
Copyright © 2024. All rights reserved.