public class Regression extends ObjectiveFunction
| Constructor and Description |
|---|
Regression() |
| Modifier and Type | Method and Description |
|---|---|
org.jpmml.converter.Label |
encodeLabel(org.dmg.pmml.FieldName targetField,
java.util.List<?> targetCategories,
org.jpmml.converter.PMMLEncoder encoder) |
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(java.util.List<Tree> trees,
java.lang.Integer numIteration,
org.jpmml.converter.Schema schema) |
createMiningModelpublic org.jpmml.converter.Label encodeLabel(org.dmg.pmml.FieldName targetField,
java.util.List<?> targetCategories,
org.jpmml.converter.PMMLEncoder encoder)
encodeLabel in class ObjectiveFunctionpublic org.dmg.pmml.mining.MiningModel encodeMiningModel(java.util.List<Tree> trees, java.lang.Integer numIteration, org.jpmml.converter.Schema schema)
encodeMiningModel in class ObjectiveFunctionCopyright © 2019. All Rights Reserved.