| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
AssociationModel.addAssociationRules(AssociationRule... associationRules) |
AssociationModel |
AssociationModel.addExtensions(Extension... extensions) |
AssociationModel |
AssociationModel.addItems(Item... items) |
AssociationModel |
AssociationModel.addItemsets(Itemset... itemsets) |
AssociationModel |
ObjectFactory.createAssociationModel()
Create an instance of
AssociationModel |
AssociationModel |
AssociationModel.setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
AssociationModel |
AssociationModel.setAvgNumberOfItemsPerTA(Double avgNumberOfItemsPerTA)
Sets the value of the avgNumberOfItemsPerTA property.
|
AssociationModel |
AssociationModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
AssociationModel |
AssociationModel.setLengthLimit(Integer lengthLimit)
Sets the value of the lengthLimit property.
|
AssociationModel |
AssociationModel.setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
AssociationModel |
AssociationModel.setMaxNumberOfItemsPerTA(Integer maxNumberOfItemsPerTA)
Sets the value of the maxNumberOfItemsPerTA property.
|
AssociationModel |
AssociationModel.setMinimumConfidence(Double minimumConfidence)
Sets the value of the minimumConfidence property.
|
AssociationModel |
AssociationModel.setMinimumSupport(Double minimumSupport)
Sets the value of the minimumSupport property.
|
AssociationModel |
AssociationModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
AssociationModel |
AssociationModel.setModelName(String modelName)
Sets the value of the modelName property.
|
AssociationModel |
AssociationModel.setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
AssociationModel |
AssociationModel.setModelVerification(ModelVerification modelVerification)
Sets the value of the modelVerification property.
|
AssociationModel |
AssociationModel.setNumberOfItems(Integer numberOfItems)
Sets the value of the numberOfItems property.
|
AssociationModel |
AssociationModel.setNumberOfItemsets(Integer numberOfItemsets)
Sets the value of the numberOfItemsets property.
|
AssociationModel |
AssociationModel.setNumberOfRules(Integer numberOfRules)
Sets the value of the numberOfRules property.
|
AssociationModel |
AssociationModel.setNumberOfTransactions(Integer numberOfTransactions)
Sets the value of the numberOfTransactions property.
|
AssociationModel |
AssociationModel.setOutput(Output output)
Sets the value of the output property.
|
AssociationModel |
AssociationModel.setScorable(Boolean scorable)
Sets the value of the scorable property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(AssociationModel associationModel) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(AssociationModel associationModel) |
VisitorAction |
AbstractVisitor.visit(AssociationModel associationModel) |
Copyright © 2015 University of Tartu. All Rights Reserved.