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) |
accept, addExtensions, addPairCounts, getDerivedField, getExtensions, getFieldName, getPairCounts, getTargetValueStats, hasExtensions, hasPairCounts, setDerivedField, setFieldName, 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>Copyright © 2017. All Rights Reserved.