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(TypeInfo typeInfo) |
default FieldValue |
parse(TypeInfo arg0,
Object arg1) |
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(TypeInfo typeInfo)
getValueMapping in interface HasParsedValueMapping<org.dmg.pmml.naive_bayes.TargetValueCounts>public FieldValue parse(TypeInfo arg0, Object arg1)
Copyright © 2019. All rights reserved.