public class RichCategoricalPredictor extends org.dmg.pmml.regression.CategoricalPredictor implements HasParsedValue<org.dmg.pmml.regression.CategoricalPredictor>
| Constructor and Description |
|---|
RichCategoricalPredictor() |
RichCategoricalPredictor(org.dmg.pmml.regression.CategoricalPredictor categoricalPredictor) |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
getValue(org.dmg.pmml.DataType dataType,
org.dmg.pmml.OpType opType) |
default FieldValue |
parse(org.dmg.pmml.DataType arg0,
org.dmg.pmml.OpType arg1,
Object arg2) |
default List<FieldValue> |
parseAll(org.dmg.pmml.DataType arg0,
org.dmg.pmml.OpType arg1,
List<?> arg2) |
accept, addExtensions, getCoefficient, getExtensions, getField, getName, getValue, hasExtensions, setCoefficient, setField, setName, setValuegetLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic RichCategoricalPredictor()
public RichCategoricalPredictor(org.dmg.pmml.regression.CategoricalPredictor categoricalPredictor)
public FieldValue getValue(org.dmg.pmml.DataType dataType, org.dmg.pmml.OpType opType)
getValue in interface HasParsedValue<org.dmg.pmml.regression.CategoricalPredictor>public FieldValue parse(org.dmg.pmml.DataType arg0, org.dmg.pmml.OpType arg1, Object arg2)
public List<FieldValue> parseAll(org.dmg.pmml.DataType arg0, org.dmg.pmml.OpType arg1, List<?> arg2)
Copyright © 2018. All rights reserved.