public class RichBayesInput extends org.dmg.pmml.naive_bayes.BayesInput implements HasParsedValueMapping<org.dmg.pmml.naive_bayes.TargetValueCounts>
| Constructor and Description |
|---|
RichBayesInput() |
RichBayesInput(org.dmg.pmml.naive_bayes.BayesInput bayesInput) |
| Modifier and Type | Method and Description |
|---|---|
Map<FieldValue,org.dmg.pmml.naive_bayes.TargetValueCounts> |
getValueMapping(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, addPairCounts, getDerivedField, getExtensions, getField, getPairCounts, getTargetValueStats, hasExtensions, hasPairCounts, setDerivedField, setField, setTargetValueStatspublic RichBayesInput()
public RichBayesInput(org.dmg.pmml.naive_bayes.BayesInput bayesInput)
public Map<FieldValue,org.dmg.pmml.naive_bayes.TargetValueCounts> getValueMapping(org.dmg.pmml.DataType dataType, org.dmg.pmml.OpType opType)
getValueMapping in interface HasParsedValueMapping<org.dmg.pmml.naive_bayes.TargetValueCounts>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.