how to make Sliding window model for data stream mining?

Posted by zeedotcom on Stack Overflow See other posts from Stack Overflow or by zeedotcom
Published on 2010-06-01T05:44:32Z Indexed on 2010/06/01 5:53 UTC
Read the original article Hit count: 290

Filed under:
|

we have a situation that a stream (data from sensor or click stream data at server) is coming with sliding window algorithm we have to store the last (say) 500 samples of data in memory. These samples are then used to create histograms, aggregations & capture information about anomalies in the input data stream.

please tell me how to make such sliding window.

© Stack Overflow or respective owner

Related posts about matlab

Related posts about matlab-toolbox