arulesSequences (version 0.2-19)

zaki: Zaki Data Set

Description

A small example database for sequence mining provided as an object of class transactions and as a text file.

Usage

data(zaki)

Arguments

Details

The data set contains the sequential database described in the paper by M. J. Zaki for illustration of the concepts of sequence mining. sequenceID and eventID denote the sequence and event (time) identifiers of the transactions.

See Also

Class transactions, '>sequences, function cspade.

Examples

Run this code
# NOT RUN {
data(zaki)
summary(zaki)
as(zaki, "data.frame")
# }

Run the code above in your browser using DataLab