public class Regression extends ObjectiveFunction
CONFIG_AVERAGE_OUTPUT, CONFIG_NAME| Constructor and Description |
|---|
Regression(Section config) |
| 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(List<Tree> trees,
Integer numIteration,
org.jpmml.converter.Schema schema) |
createMiningModel, getAverageOutput, getNamepublic Regression(Section config)
public org.jpmml.converter.Label encodeLabel(String targetName, List<?> targetCategories, org.jpmml.converter.PMMLEncoder encoder)
encodeLabel in class ObjectiveFunctionpublic org.dmg.pmml.mining.MiningModel encodeMiningModel(List<Tree> trees, Integer numIteration, org.jpmml.converter.Schema schema)
encodeMiningModel in class ObjectiveFunctionCopyright © 2024. All rights reserved.