| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
SequenceModel |
SequenceModel.addExtensions(Extension... extensions) |
SequenceModel |
SequenceModel.addItems(Item... items) |
SequenceModel |
SequenceModel.addItemsets(Itemset... itemsets) |
SequenceModel |
SequenceModel.addSequenceRules(SequenceRule... sequenceRules) |
SequenceModel |
SequenceModel.addSequences(Sequence... sequences) |
SequenceModel |
SequenceModel.addSetPredicates(SetPredicate... setPredicates) |
SequenceModel |
ObjectFactory.createSequenceModel()
Create an instance of
SequenceModel |
SequenceModel |
SequenceModel.setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
SequenceModel |
SequenceModel.setAvgNumberOfItemsPerTransaction(Double avgNumberOfItemsPerTransaction)
Sets the value of the avgNumberOfItemsPerTransaction property.
|
SequenceModel |
SequenceModel.setAvgNumberOfTAsPerTAGroup(Double avgNumberOfTAsPerTAGroup)
Sets the value of the avgNumberOfTAsPerTAGroup property.
|
SequenceModel |
SequenceModel.setConstraints(Constraints constraints)
Sets the value of the constraints property.
|
SequenceModel |
SequenceModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
SequenceModel |
SequenceModel.setLengthLimit(Integer lengthLimit)
Sets the value of the lengthLimit property.
|
SequenceModel |
SequenceModel.setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
SequenceModel |
SequenceModel.setMaximumTime(Integer maximumTime)
Sets the value of the maximumTime property.
|
SequenceModel |
SequenceModel.setMaxNumberOfItemsPerTransaction(Integer maxNumberOfItemsPerTransaction)
Sets the value of the maxNumberOfItemsPerTransaction property.
|
SequenceModel |
SequenceModel.setMaxNumberOfTAsPerTAGroup(Integer maxNumberOfTAsPerTAGroup)
Sets the value of the maxNumberOfTAsPerTAGroup property.
|
SequenceModel |
SequenceModel.setMinimumConfidence(double minimumConfidence)
Sets the value of the minimumConfidence property.
|
SequenceModel |
SequenceModel.setMinimumSupport(double minimumSupport)
Sets the value of the minimumSupport property.
|
SequenceModel |
SequenceModel.setMinimumTime(Integer minimumTime)
Sets the value of the minimumTime property.
|
SequenceModel |
SequenceModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
SequenceModel |
SequenceModel.setModelName(String modelName)
Sets the value of the modelName property.
|
SequenceModel |
SequenceModel.setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
SequenceModel |
SequenceModel.setNumberOfItems(int numberOfItems)
Sets the value of the numberOfItems property.
|
SequenceModel |
SequenceModel.setNumberOfRules(int numberOfRules)
Sets the value of the numberOfRules property.
|
SequenceModel |
SequenceModel.setNumberOfSequences(int numberOfSequences)
Sets the value of the numberOfSequences property.
|
SequenceModel |
SequenceModel.setNumberOfSets(int numberOfSets)
Sets the value of the numberOfSets property.
|
SequenceModel |
SequenceModel.setNumberOfTransactionGroups(Integer numberOfTransactionGroups)
Sets the value of the numberOfTransactionGroups property.
|
SequenceModel |
SequenceModel.setNumberOfTransactions(Integer numberOfTransactions)
Sets the value of the numberOfTransactions property.
|
SequenceModel |
SequenceModel.setScorable(Boolean scorable)
Sets the value of the scorable property.
|
SequenceModel |
SequenceModel.setTimeWindowWidth(Integer timeWindowWidth)
Sets the value of the timeWindowWidth property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(SequenceModel sequenceModel) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(SequenceModel sequenceModel) |
VisitorAction |
AbstractVisitor.visit(SequenceModel sequenceModel) |
VisitorAction |
AbstractModelVisitor.visit(SequenceModel sequenceModel) |
Copyright © 2016 University of Tartu. All Rights Reserved.