由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - Efficient duplicate filtering for stream
相关主题
Re: Efficient duplicate filtering for stRe: [转载] 有关做研究
急问一篇paper.请问一个遗传算法用于feature selection的问题
Any efficient way to compare two numbers like this...我们非金融行业写程序的是不是犯傻?$400000
算法问题Re: 请问大牛们leetcode上的Permutations II (转载)
How to efficiently enumerate triangles in a large network?如何用wavelet去噪声?
Ph.D高性能计算下这几个方向哪个找工作好一些Kalman Filter, Neural Network, HMM 有什么区别呢
问个network trace data的问题关于Hash table 和 bloom filter
如何检测malicious clicks on search results? (转载)大家帮看看这个问题可以用啥 model 解决 ~ 谢谢。
相关话题的讨论汇总
话题: duplicate话题: efficient话题: filtering话题: stream话题: data
进入CS版参与讨论
1 (共1页)
f*******h
发帖数: 1269
1
I got the following problem, and want to know an efficient solution.
Data flows as streams (record with a value and a timestamp).
How can I efficiently check if there is a duplicate in a time window T?
Thanks a lot.
r******h
发帖数: 809
2
Do you mean duplicate in the window or duplicate in the whole streaming,
with accessing data only in a window each time?
And do you expect an exact result or approximate result?

【在 f*******h 的大作中提到】
: I got the following problem, and want to know an efficient solution.
: Data flows as streams (record with a value and a timestamp).
: How can I efficiently check if there is a duplicate in a time window T?
: Thanks a lot.

1 (共1页)
进入CS版参与讨论
相关主题
大家帮看看这个问题可以用啥 model 解决 ~ 谢谢。How to efficiently enumerate triangles in a large network?
问一个bloom filter 和 bitmap的使用区别Ph.D高性能计算下这几个方向哪个找工作好一些
问问做internet content filtering有前途否?问个network trace data的问题
CS的数学好比你买的保险如何检测malicious clicks on search results? (转载)
Re: Efficient duplicate filtering for stRe: [转载] 有关做研究
急问一篇paper.请问一个遗传算法用于feature selection的问题
Any efficient way to compare two numbers like this...我们非金融行业写程序的是不是犯傻?$400000
算法问题Re: 请问大牛们leetcode上的Permutations II (转载)
相关话题的讨论汇总
话题: duplicate话题: efficient话题: filtering话题: stream话题: data