Uses of Class
org.dmg.pmml.text.TextCorpus
-
Packages that use TextCorpus Package Description org.dmg.pmml org.dmg.pmml.text org.jpmml.model.visitors -
-
Uses of TextCorpus in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TextCorpus Modifier and Type Method Description VisitorActionVisitor. visit(TextCorpus textCorpus) -
Uses of TextCorpus in org.dmg.pmml.text
Methods in org.dmg.pmml.text that return TextCorpus Modifier and Type Method Description TextCorpusTextCorpus. addExtensions(Extension... extensions)TextCorpusTextCorpus. addTextDocuments(TextDocument... textDocuments)TextCorpusObjectFactory. createTextCorpus()Create an instance ofTextCorpusTextCorpusTextModel. getTextCorpus()TextCorpusTextModel. requireTextCorpus()Methods in org.dmg.pmml.text with parameters of type TextCorpus Modifier and Type Method Description TextModelTextModel. setTextCorpus(TextCorpus textCorpus)Constructors in org.dmg.pmml.text with parameters of type TextCorpus Constructor Description TextModel(MiningFunction miningFunction, java.lang.Integer numberOfTerms, java.lang.Integer numberOfDocuments, MiningSchema miningSchema, TextDictionary textDictionary, TextCorpus textCorpus, DocumentTermMatrix documentTermMatrix) -
Uses of TextCorpus in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TextCorpus Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TextCorpus textCorpus)
-