| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.sequence | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Sequence sequence) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
Sequence.addContent(PMMLObject... content) |
Sequence |
Sequence.addExtensions(Extension... extensions) |
Sequence |
ObjectFactory.createSequence()
Create an instance of
Sequence |
Sequence |
Sequence.setId(String id)
Sets the value of the id property.
|
Sequence |
Sequence.setNumberOfSets(Integer numberOfSets)
Sets the value of the numberOfSets property.
|
Sequence |
Sequence.setOccurrence(Integer occurrence)
Sets the value of the occurrence property.
|
Sequence |
Sequence.setSetReference(SetReference setReference)
Sets the value of the setReference property.
|
Sequence |
Sequence.setSupport(Double support)
Sets the value of the support property.
|
Sequence |
Sequence.setTime(Time time)
Sets the value of the time property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Sequence> |
SequenceModel.getSequences()
Gets the value of the sequences property.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceModel |
SequenceModel.addSequences(Sequence... sequences) |
| Constructor and Description |
|---|
SequenceModel(MiningFunction miningFunction,
double minimumSupport,
double minimumConfidence,
int numberOfItems,
int numberOfSets,
int numberOfSequences,
int numberOfRules,
MiningSchema miningSchema,
List<Sequence> sequences) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Sequence sequence) |
VisitorAction |
AbstractVisitor.visit(Sequence sequence) |
Copyright © 2016 University of Tartu. All rights reserved.