Learn R Programming

arulesSequences (version 0.2-1)

sequencerules-class: Class "sequencerules" --- Collections of Sequential Rules

Description

Represents a collection of sequential rules and their associated quality measure. That is, the elements in the consequent occur at a later time than the elements of the antecedent.

Arguments

Objects from the Class

Typically objects are created by a sequence rule mining algorithm as the result value, e.g. method ruleInduction.

Objects can be created by calls of the form new("sequencerules", ...).

Extends

Class "associations", directly.

See Also

Class sgCMatrix, itemsets, associations, sequences, method ruleInduction, function cspade

Examples

Run this code
## continue example
example(ruleInduction, package = "arulesSequences")
as(r2, "data.frame")

## coerce to sequences
as(as(r2, "sequences"), "data.frame")

Run the code above in your browser using DataLab