Package org.dmg.pmml.naive_bayes
Class ObjectFactory
- java.lang.Object
-
- org.dmg.pmml.naive_bayes.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the org.dmg.pmml.naive_bayes package.An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dmg.pmml.naive_bayes
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BayesInputcreateBayesInput()Create an instance ofBayesInputBayesInputscreateBayesInputs()Create an instance ofBayesInputsBayesOutputcreateBayesOutput()Create an instance ofBayesOutputNaiveBayesModelcreateNaiveBayesModel()Create an instance ofNaiveBayesModelPairCountscreatePairCounts()Create an instance ofPairCountsTargetValueCountcreateTargetValueCount()Create an instance ofTargetValueCountTargetValueCountscreateTargetValueCounts()Create an instance ofTargetValueCountsTargetValueStatcreateTargetValueStat()Create an instance ofTargetValueStatTargetValueStatscreateTargetValueStats()Create an instance ofTargetValueStats
-
-
-
Method Detail
-
createNaiveBayesModel
public NaiveBayesModel createNaiveBayesModel()
Create an instance ofNaiveBayesModel- Returns:
- the new instance of
NaiveBayesModel
-
createBayesInputs
public BayesInputs createBayesInputs()
Create an instance ofBayesInputs- Returns:
- the new instance of
BayesInputs
-
createBayesInput
public BayesInput createBayesInput()
Create an instance ofBayesInput- Returns:
- the new instance of
BayesInput
-
createTargetValueStats
public TargetValueStats createTargetValueStats()
Create an instance ofTargetValueStats- Returns:
- the new instance of
TargetValueStats
-
createTargetValueStat
public TargetValueStat createTargetValueStat()
Create an instance ofTargetValueStat- Returns:
- the new instance of
TargetValueStat
-
createPairCounts
public PairCounts createPairCounts()
Create an instance ofPairCounts- Returns:
- the new instance of
PairCounts
-
createTargetValueCounts
public TargetValueCounts createTargetValueCounts()
Create an instance ofTargetValueCounts- Returns:
- the new instance of
TargetValueCounts
-
createTargetValueCount
public TargetValueCount createTargetValueCount()
Create an instance ofTargetValueCount- Returns:
- the new instance of
TargetValueCount
-
createBayesOutput
public BayesOutput createBayesOutput()
Create an instance ofBayesOutput- Returns:
- the new instance of
BayesOutput
-
-