| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.sequence | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(SequenceRule sequenceRule) |
| Modifier and Type | Method and Description |
|---|---|
SequenceRule |
SequenceRule.addContent(Object... content) |
SequenceRule |
ObjectFactory.createSequenceRule()
Create an instance of
SequenceRule |
SequenceRule |
SequenceRule.setConfidence(double confidence)
Sets the value of the confidence property.
|
SequenceRule |
SequenceRule.setId(String id)
Sets the value of the id property.
|
SequenceRule |
SequenceRule.setLift(Double lift)
Sets the value of the lift property.
|
SequenceRule |
SequenceRule.setNumberOfSets(int numberOfSets)
Sets the value of the numberOfSets property.
|
SequenceRule |
SequenceRule.setOccurrence(int occurrence)
Sets the value of the occurrence property.
|
SequenceRule |
SequenceRule.setSupport(double support)
Sets the value of the support property.
|
| Modifier and Type | Method and Description |
|---|---|
List<SequenceRule> |
SequenceModel.getSequenceRules()
Gets the value of the sequenceRules property.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceModel |
SequenceModel.addSequenceRules(SequenceRule... sequenceRules) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(SequenceRule sequenceRule) |
VisitorAction |
AbstractVisitor.visit(SequenceRule sequenceRule) |
Copyright © 2016 University of Tartu. All rights reserved.