Uses of Class
org.dmg.pmml.text.TextDictionary
-
Packages that use TextDictionary Package Description org.dmg.pmml org.dmg.pmml.text org.jpmml.model.visitors -
-
Uses of TextDictionary in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TextDictionary Modifier and Type Method Description VisitorActionVisitor. visit(TextDictionary textDictionary) -
Uses of TextDictionary in org.dmg.pmml.text
Methods in org.dmg.pmml.text that return TextDictionary Modifier and Type Method Description TextDictionaryTextDictionary. addExtensions(Extension... extensions)TextDictionaryObjectFactory. createTextDictionary()Create an instance ofTextDictionaryTextDictionaryTextModel. getTextDictionary()TextDictionaryTextModel. requireTextDictionary()TextDictionaryTextDictionary. setArray(Array array)TextDictionaryTextDictionary. setTaxonomy(Taxonomy taxonomy)Methods in org.dmg.pmml.text with parameters of type TextDictionary Modifier and Type Method Description TextModelTextModel. setTextDictionary(TextDictionary textDictionary)Constructors in org.dmg.pmml.text with parameters of type TextDictionary Constructor Description TextModel(MiningFunction miningFunction, java.lang.Integer numberOfTerms, java.lang.Integer numberOfDocuments, MiningSchema miningSchema, TextDictionary textDictionary, TextCorpus textCorpus, DocumentTermMatrix documentTermMatrix) -
Uses of TextDictionary in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TextDictionary Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TextDictionary textDictionary)
-