public abstract class Classification extends ObjectiveFunction
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_NUM_CLASS |
CONFIG_AVERAGE_OUTPUT, CONFIG_NAME| Constructor and Description |
|---|
Classification(Section config) |
| Modifier and Type | Method and Description |
|---|---|
org.jpmml.converter.Label |
encodeLabel(String targetName,
List<?> targetCategories,
org.jpmml.converter.PMMLEncoder encoder) |
int |
getNumClass() |
createMiningModel, encodeMiningModel, getAverageOutput, getNamepublic static final String CONFIG_NUM_CLASS
public Classification(Section config)
public org.jpmml.converter.Label encodeLabel(String targetName, List<?> targetCategories, org.jpmml.converter.PMMLEncoder encoder)
encodeLabel in class ObjectiveFunctionpublic int getNumClass()
Copyright © 2024. All rights reserved.