Package org.dmg.pmml.text
Class ObjectFactory
- java.lang.Object
-
- org.dmg.pmml.text.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.text 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.text
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentTermMatrixcreateDocumentTermMatrix()Create an instance ofDocumentTermMatrixTextCorpuscreateTextCorpus()Create an instance ofTextCorpusTextDictionarycreateTextDictionary()Create an instance ofTextDictionaryTextDocumentcreateTextDocument()Create an instance ofTextDocumentTextModelcreateTextModel()Create an instance ofTextModelTextModelNormalizationcreateTextModelNormalization()Create an instance ofTextModelNormalizationTextModelSimiliaritycreateTextModelSimiliarity()Create an instance ofTextModelSimiliarity
-
-
-
Method Detail
-
createTextModelNormalization
public TextModelNormalization createTextModelNormalization()
Create an instance ofTextModelNormalization- Returns:
- the new instance of
TextModelNormalization
-
createTextModelSimiliarity
public TextModelSimiliarity createTextModelSimiliarity()
Create an instance ofTextModelSimiliarity- Returns:
- the new instance of
TextModelSimiliarity
-
createTextModel
public TextModel createTextModel()
Create an instance ofTextModel- Returns:
- the new instance of
TextModel
-
createTextDictionary
public TextDictionary createTextDictionary()
Create an instance ofTextDictionary- Returns:
- the new instance of
TextDictionary
-
createTextCorpus
public TextCorpus createTextCorpus()
Create an instance ofTextCorpus- Returns:
- the new instance of
TextCorpus
-
createTextDocument
public TextDocument createTextDocument()
Create an instance ofTextDocument- Returns:
- the new instance of
TextDocument
-
createDocumentTermMatrix
public DocumentTermMatrix createDocumentTermMatrix()
Create an instance ofDocumentTermMatrix- Returns:
- the new instance of
DocumentTermMatrix
-
-