public class RichBayesInput extends org.dmg.pmml.naive_bayes.BayesInput implements MapHolder<org.dmg.pmml.naive_bayes.TargetValueCounts>
| Constructor and Description |
|---|
RichBayesInput(org.dmg.pmml.DataType dataType) |
RichBayesInput(org.dmg.pmml.DataType dataType,
org.dmg.pmml.naive_bayes.BayesInput bayesInput) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.DataType |
getDataType() |
Map<?,org.dmg.pmml.naive_bayes.TargetValueCounts> |
getMap() |
accept, addExtensions, addPairCounts, getDerivedField, getExtensions, getField, getPairCounts, getTargetValueStats, hasExtensions, hasPairCounts, setDerivedField, setField, setTargetValueStatsgetLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic RichBayesInput(org.dmg.pmml.DataType dataType)
public RichBayesInput(org.dmg.pmml.DataType dataType,
org.dmg.pmml.naive_bayes.BayesInput bayesInput)
public Map<?,org.dmg.pmml.naive_bayes.TargetValueCounts> getMap()
public org.dmg.pmml.DataType getDataType()
getDataType in interface MapHolder<org.dmg.pmml.naive_bayes.TargetValueCounts>Copyright © 2021. All rights reserved.