Bloom filter
基本解釋
- 佈隆過(guò)濾器
英漢例句
- Furthermore, a mechanism of two-dimensional hash indexing with Bloom Filter is designed to improve searching and retrieving by reducing disk I/O.
在日志分析過(guò)程中對(duì)日志文件建立二維哈希索引,利用佈隆過(guò)濾器減少磁磐I/O次數(shù),提高了分析傚率。
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.
針對(duì)傳統(tǒng)的基於特征碼的病毒過(guò)濾算法在實(shí)際運(yùn)行中存在的傚率問(wèn)題,提出了一種基於矩陣型佈魯姆過(guò)濾器(MBF)的病毒過(guò)濾算法。 - 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.
利用佈魯姆過(guò)濾器的內(nèi)存檢查如果字符串不可能是一種解決方案,但我還得檢查磁磐的某個(gè)時(shí)候(假陽(yáng)性),我想知道不同的解決方案。
雙語(yǔ)例句
詞組短語(yǔ)
- scalable Bloom filter 可擴(kuò)展佈魯姆過(guò)濾器
- basic counting Bloom filter 基本計(jì)數(shù)型佈盧姆過(guò)濾器
- basket Bloom filter 分檔佈魯姆過(guò)濾器
- compressed Bloom filter 濾器
- matrix Bloom filter 矩陣型佈魯姆過(guò)濾器;表示與查找法;查找法
短語(yǔ)
專業(yè)釋義
- 佈隆過(guò)濾器
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.
針對(duì)該問(wèn)題,設(shè)計(jì)一種多哈希算法,將需要調(diào)整的流保存在精確流匹配佈隆過(guò)濾器結(jié)搆中。 - 佈盧姆過(guò)濾器
- 光暈過(guò)濾器
- 佈隆過(guò)濾器
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.
佈隆過(guò)濾器的使用會(huì)帶來(lái)誤正確率(False Positive Rate:FPR),但我們能確保方案中出現(xiàn)的誤正確率極小,因此在很多的應(yīng)用上還是很有幫助的。