HyperLogLog資料總結

基本介紹:http://blog.csdn.net/heiyeshuwu/article/details/41248379

http://www.jianshu.com/p/0cf5f8bc1079

幾個比較好的文檔:

算法的論文是《HyperLogLog the analysis of a near-optimal cardinality estimation algorithm》,可以在谷歌學術上下載下來看看。


模擬展示:http://content.research.neustar.biz/blog/hll.html

java代碼的實現可參考 https://github.com/addthis/stream-lib/blob/master/src/main/java/com/clearspring/analytics/stream/cardinality/HyperLogLog.java

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章