| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.text | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(TextModel textModel) |
| Modifier and Type | Method and Description |
|---|---|
TextModel |
TextModel.addExtensions(Extension... extensions) |
TextModel |
ObjectFactory.createTextModel()
Create an instance of
TextModel |
TextModel |
TextModel.setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
TextModel |
TextModel.setDocumentTermMatrix(DocumentTermMatrix documentTermMatrix)
Sets the value of the documentTermMatrix property.
|
TextModel |
TextModel.setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
TextModel |
TextModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
TextModel |
TextModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
TextModel |
TextModel.setModelExplanation(ModelExplanation modelExplanation)
Sets the value of the modelExplanation property.
|
TextModel |
TextModel.setModelName(String modelName)
Sets the value of the modelName property.
|
TextModel |
TextModel.setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
TextModel |
TextModel.setModelVerification(ModelVerification modelVerification)
Sets the value of the modelVerification property.
|
TextModel |
TextModel.setNumberOfDocuments(int numberOfDocuments)
Sets the value of the numberOfDocuments property.
|
TextModel |
TextModel.setNumberOfTerms(int numberOfTerms)
Sets the value of the numberOfTerms property.
|
TextModel |
TextModel.setOutput(Output output)
Sets the value of the output property.
|
TextModel |
TextModel.setScorable(Boolean scorable)
Sets the value of the scorable property.
|
TextModel |
TextModel.setTargets(Targets targets)
Sets the value of the targets property.
|
TextModel |
TextModel.setTextCorpus(TextCorpus textCorpus)
Sets the value of the textCorpus property.
|
TextModel |
TextModel.setTextDictionary(TextDictionary textDictionary)
Sets the value of the textDictionary property.
|
TextModel |
TextModel.setTextModelNormalization(TextModelNormalization textModelNormalization)
Sets the value of the textModelNormalization property.
|
TextModel |
TextModel.setTextModelSimiliarity(TextModelSimiliarity textModelSimiliarity)
Sets the value of the textModelSimiliarity property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(TextModel textModel) |
VisitorAction |
AbstractVisitor.visit(TextModel textModel) |
VisitorAction |
AbstractModelVisitor.visit(TextModel textModel) |
Copyright © 2016 University of Tartu. All rights reserved.