Package org.jpmml.evaluator.naive_bayes
Class RichBayesInput
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.naive_bayes.BayesInput
-
- org.jpmml.evaluator.naive_bayes.RichBayesInput
-
- All Implemented Interfaces:
java.io.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.DataTypegetDataType()java.util.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, traverse, traverse, traverse, traverse, traverseMixed
-
-
-
-
Method Detail
-
getMap
public java.util.Map<?,org.dmg.pmml.naive_bayes.TargetValueCounts> getMap()
-
getDataType
public org.dmg.pmml.DataType getDataType()
- Specified by:
getDataTypein interfaceMapHolder<org.dmg.pmml.naive_bayes.TargetValueCounts>
-
-