implemnt a sliding window model in matlab for mining data stream(e.g transactional database) to find out closed frequent patterns.
Mining is performed only over latest W transaction of data stream. Hence sliding window model must delete older transaction and must add new transaction as time progress/transaction arrives