An Application of Bayesian classification to Interval Encoded Temporal mining with prioritized items
In real life, media information has time attributes either implicitly or explicitly known as temporal data. This paper investigates the usefulness of applying Bayesian classification to an interval encoded temporal database with prioritized items. The proposed method performs temporal mining by encoding the database with weighted items which prioritizes the items according to their importance from the user perspective. Naive Bayesian classification helps in making the resulting temporal rules more effective. The proposed priority based temporal mining (PBTM) method added with classification aids in solving problems in a well informed and systematic manner. The experimental results are obtained from the complaints database of the telecommunications system, which shows the feasibility of this method of classification based temporal mining.
💡 Research Summary
The paper addresses the challenge of extracting meaningful temporal patterns from databases where each record carries a time dimension, a situation common in media, telecommunications, finance, and many other domains. Traditional association‑rule mining techniques such as Apriori or FP‑Growth treat data as static transactions and therefore ignore the ordering and duration of events. Moreover, they treat all items equally, which is unrealistic when some events are more critical to the analyst than others. To overcome these limitations, the authors propose a Priority‑Based Temporal Mining (PBTM) framework that combines interval encoding of temporal data with a Naïve Bayesian classifier that incorporates user‑defined item priorities as weights.
The methodology proceeds in four main steps. First, raw logs are transformed into interval‑encoded records of the form (item, start‑time, end‑time). This representation preserves the exact duration of each event and allows overlapping intervals to be merged or split according to deterministic preprocessing rules. Second, each distinct item receives a weight w∈
Comments & Academic Discussion
Loading comments...
Leave a Comment