Class RichBayesInput

  • All Implemented Interfaces:
    Serializable, org.dmg.pmml.HasExtensions<org.dmg.pmml.naive_bayes.BayesInput>, org.dmg.pmml.HasFieldReference<org.dmg.pmml.naive_bayes.BayesInput>, org.dmg.pmml.HasLocator, org.dmg.pmml.Visitable, MapHolder<org.dmg.pmml.naive_bayes.TargetValueCounts>

    public class RichBayesInput
    extends org.dmg.pmml.naive_bayes.BayesInput
    implements MapHolder<org.dmg.pmml.naive_bayes.TargetValueCounts>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RichBayesInput​(org.dmg.pmml.DataType dataType)  
      RichBayesInput​(org.dmg.pmml.DataType dataType, org.dmg.pmml.naive_bayes.BayesInput bayesInput)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.dmg.pmml.DataType getDataType()  
      Map<?,​org.dmg.pmml.naive_bayes.TargetValueCounts> getMap()  
      • Methods inherited from class org.dmg.pmml.naive_bayes.BayesInput

        accept, addExtensions, addPairCounts, getDerivedField, getExtensions, getField, getPairCounts, getTargetValueStats, hasExtensions, hasPairCounts, requireField, requirePairCounts, requireTargetValueStats, setDerivedField, setField, setTargetValueStats
      • Methods inherited from class org.dmg.pmml.PMMLObject

        getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
      • Methods inherited from interface org.dmg.pmml.HasFieldReference

        setField
      • Methods inherited from interface org.jpmml.evaluator.MapHolder

        get
    • Constructor Detail

      • RichBayesInput

        public RichBayesInput​(org.dmg.pmml.DataType dataType)
      • RichBayesInput

        public RichBayesInput​(org.dmg.pmml.DataType dataType,
                              org.dmg.pmml.naive_bayes.BayesInput bayesInput)
    • Method Detail

      • getMap

        public Map<?,​org.dmg.pmml.naive_bayes.TargetValueCounts> getMap()
        Specified by:
        getMap in interface MapHolder<org.dmg.pmml.naive_bayes.TargetValueCounts>
      • getDataType

        public org.dmg.pmml.DataType getDataType()
        Specified by:
        getDataType in interface MapHolder<org.dmg.pmml.naive_bayes.TargetValueCounts>