Bloom filter
基本解释
- 布隆过滤器
英汉例句
- Furthermore, a mechanism of two-dimensional hash indexing with Bloom Filter is designed to improve searching and retrieving by reducing disk I/O.
在日志分析过程中对日志文件建立二维哈希索引,利用布隆过滤器减少磁盘I/O次数,提高了分析效率。
d.wanfangdata.com.cn - Concerning the inefficient problem of traditional signature-based virus filtering algorithm in practice, a novel virus filtering algorithm based on Matrix Bloom Filter (MBF) was proposed.
针对传统的基于特征码的病毒过滤算法在实际运行中存在的效率问题,提出了一种基于矩阵型布鲁姆过滤器(MBF)的病毒过滤算法。 - Using a bloom filter in memory to check if the string is not present could be a solution, but I still have to check the disk sometime (false positive) and I would like to know different solution.
利用布鲁姆过滤器的内存检查如果字符串不可能是一种解决方案,但我还得检查磁盘的某个时候(假阳性),我想知道不同的解决方案。
双语例句
词组短语
- scalable Bloom filter 可扩展布鲁姆过滤器
- basic counting Bloom filter 基本计数型布卢姆过滤器
- basket Bloom filter 分档布鲁姆过滤器
- compressed Bloom filter 滤器
- matrix Bloom filter 矩阵型布鲁姆过滤器;表示与查找法;查找法
短语
专业释义
- 布隆过滤器
To make up for the shortage of the above algorithm,a multiple-hash algorithm based on counting bloom filter,which stores the digest of flow needed to be adjusted in the Exact Stream Bloom Filter(ESBF) structure,is designed.
针对该问题,设计一种多哈希算法,将需要调整的流保存在精确流匹配布隆过滤器结构中。 - 布卢姆过滤器
- 光晕过滤器
- 布隆过滤器
The using of Bloom Filter would return the False Positive Rate, but we can ensure that the probability of getting false positive would be set to very low that could still be useful to a lot of applications.
布隆过滤器的使用会带来误正确率(False Positive Rate:FPR),但我们能确保方案中出现的误正确率极小,因此在很多的应用上还是很有帮助的。