public class ObjectFactory extends Object
An ObjectFactory allows you to programatically 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 and 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
|
| Modifier and Type | Method and Description |
|---|---|
BayesInput |
createBayesInput()
Create an instance of
BayesInput |
BayesInputs |
createBayesInputs()
Create an instance of
BayesInputs |
BayesOutput |
createBayesOutput()
Create an instance of
BayesOutput |
NaiveBayesModel |
createNaiveBayesModel()
Create an instance of
NaiveBayesModel |
PairCounts |
createPairCounts()
Create an instance of
PairCounts |
TargetValueCount |
createTargetValueCount()
Create an instance of
TargetValueCount |
TargetValueCounts |
createTargetValueCounts()
Create an instance of
TargetValueCounts |
TargetValueStat |
createTargetValueStat()
Create an instance of
TargetValueStat |
TargetValueStats |
createTargetValueStats()
Create an instance of
TargetValueStats |
public ObjectFactory()
public NaiveBayesModel createNaiveBayesModel()
NaiveBayesModelpublic BayesInputs createBayesInputs()
BayesInputspublic BayesInput createBayesInput()
BayesInputpublic TargetValueStats createTargetValueStats()
TargetValueStatspublic TargetValueStat createTargetValueStat()
TargetValueStatpublic PairCounts createPairCounts()
PairCountspublic TargetValueCounts createTargetValueCounts()
TargetValueCountspublic TargetValueCount createTargetValueCount()
TargetValueCountpublic BayesOutput createBayesOutput()
BayesOutputCopyright © 2024. All rights reserved.