Open Access. Powered by Scholars. Published by Universities.®

Digital Commons Network

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

PDF

University of Windsor

Computer Science Publications

Series

2020

Articles 1 - 1 of 1

Full-Text Articles in Entire DC Network

Mining Integrated Sequential Patterns From Multiple Databases, C. I. Ezeife, Vignesh Aravindan, Ritu Chaturvedi Jan 2020

Mining Integrated Sequential Patterns From Multiple Databases, C. I. Ezeife, Vignesh Aravindan, Ritu Chaturvedi

Computer Science Publications

Existing work on multiple databases (MDBs) sequential pattern mining cannot mine frequent sequences to answer exact and historical queries from MDBs having different table structures. This article proposes the transaction id frequent sequence pattern (TidFSeq) algorithm to handle the difficult problem of mining frequent sequences from diverse MDBs. The TidFSeq algorithm transforms candidate 1-sequences to get transaction subsequences where candidate 1-sequences occurred as (1-sequence, itssubsequenceidlist) tuple or (1-sequence, position id list). Subsequent frequent i-sequences are computed using the counts of the sequence ids in each candidate i-sequence position id list tuples. An extended version of the general sequential pattern (GSP)-like …