streaminsight

Hopping Count Windows in StreamInsight

让人想犯罪 __ 提交于 2019-12-12 06:58:17
问题 I am developing a StreamInsight application which is supposed to compute a function of every N inputs i.e. if N=10 then I want to compute: x_1, x_2, ..., x_10 ---> output_1 x_11, x_12, ..., x_20 ---> output_2 etc. So what I want is a Hopping Window, except parameterized on Count rather than Time stamp. I can't use a Count Window because those produce output every time the count changes. I am looking for suggestions on how to get around the lack of a "Hopping Count Window" . 回答1: Take a look