Apriori Sets And Sequences - Keith's MS Thesis
Apriori Sets And Sequences
About
Code
Performance Data Collection
·
Data Sets
Documents
Results
·
                                          
Printer Friendly Version
Temporal

Intro ] [ Data Mining Introduction and Advanced Topics-Notes ] [ Detecting Complex Dependencies in Categorical Data-Notes ] [ Detecting Complex Dependencies in Categorical Data.pdf ]

Up: References ]

Notes on:

      "Detecting Complex Dependencies in Categorical Data",
      Tim Oates, Matthew D. Schmill, Dawn E. Gregory, Paul R. Cohen,
      University of Massachusetts, Amherst, MA, 1995

The goal of this work was to find dependencies between tokens in
multiple streams. We can interpret tokens as instantaneous events. A
stream is a sequence of events produced over time.

A dependency takes the form A => t B with some probability.
A is a set of tokens that happen in the streams at time i.
B is a set of tokens that happen in the streams at time i+t.

A and B have a fixed size and t is fixed during a single run of their
algorithm. 

The search algorithm used to find dependencies takes advantage of an
observation resembling the Apriori Principle. Dependencies that are
more specific have the same or less number of occurrences in the data
streams. The results are not deterministic, there is no guarantee to
find all dependencies.

A test domain in which the authors run their algorithm is that of a
boat shipping network simulation. A demon which changes schedules in
order to avoid bottlenecks at ports and such based on expert domain
knowledge is replaced with a demon that uses rules produced from
dependencies found from data produced in a previous run of the
simulator. The rules proved better at avoiding bottlenecks than the
original demon. This application is somewhat akin to the original
motivating problem of ASAS.

The authors allude to work being done on an incremental version of
their algorithm that can learn rules as new data is made
available. They are also considering ways to remove the fixed set size
and t value from the current algorithm.

In regards to ASAS, the data set here can be translated in a single
instance. ASAS produces more expressive rules. ASAS produces all the
association rules fitting the criteria specified by the user.
Intro
A Framwork for Tempora Data Mining-Notes
A Survey of Temporal Knowledge Discovery Paradigms and Methods-Notes
A Survey of Temporal Knowledge Discovery Paradigms and Methods.pdf
Adding Temporal Semantics to Association Rules-Notes
An Approach To Discovering Temporal Association Rules
An Approach to Discovering Temporal Association Rules-Notes
An Approach to Discovering Temporal Association Rules.PDF
Beyond Intratransaction Association Analysis-Mining Multidimensional Intertransaction Association Rules.pdf
Data Mining Introduction and Advanced Topics-Notes
Detecting Complex Dependencies in Categorical Data-Notes
Detecting Complex Dependencies in Categorical Data.pdf
Discovering Calendar-based Temporal Association Rules.pdf
Discovering Frequent Event Patterns with Multiple Granularities in Time Sequences-Notes
Discovering Frequent Event Patterns with Multiple Granularities in Time Sequences.pdf
Discovering Temporal Association Rules-Algorithms Language and System.pdf
Discovering Temporal Association Rules in Temporal Databases-Notes
Discovering Temporal Patterns in Multiple Granularities-Notes
Discovering frequent episodes in sequences (Extended Abstract).ps
Discovery of Association Rules in Temporal Databases.ps
Discovery of Frequent Episodes in Event Sequences.pdf
Discovery of frequent episodes in event sequences-Notes
Discovery of frequent episodes in event sequences.ps
Efficient Mining of Intertransaction Association Rules-Notes
Mining Inter Transaction Associations with Templates-Notes
Mining Inter Transaction Associations with Templates.pdf
Mining Temporal Features in Association Rules-Notes
On Mining General Temoral Association Rules in a Publicaton Database.pdf
On the Discovery of Interesting Patterns in Association Rules.pdf
Representing Temporal Relationships Between Events and Their Effects.doc
Rule Discovery From Time Series-Notes
Testing Complex Temporal Relationships Involving Multiple Granularities and Its Application to Data Mining (Extended Abstract).pdf
roddick.pdf
roddick.ps

by: Keith A. Pray
Last Modified: July 4, 2004 7:20 AM
© 2004 - 1975 Keith A. Pray.
All rights reserved.

Current Theme: