This repository contains research work conducted in applying statistical implementations, clustering techniques and Dynamic Time Warping (DTW) in the domain of CEP.
An unsupervised clustering technique is tried upon a given dataset. The technique tested is DBSCAN. The necessary initial parameter setting (eps and min_samples) is done in the source code and could change if necessary.
This is been used to check the similarity between two event streams.
Moving Average and Moving Median is used in conducting Statistical Implementation