Skip to content
Snippets Groups Projects
Commit dfe98ca7 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #550 from erikvanoosten/master

corrected Algebird example
parents b5d78307 b5e60c32
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ object TwitterAlgebirdCMS {
val users = stream.map(status => status.getUser.getId)
val cms = new CountMinSketchMonoid(DELTA, EPS, SEED, PERC)
val cms = new CountMinSketchMonoid(EPS, DELTA, SEED, PERC)
var globalCMS = cms.zero
val mm = new MapMonoid[Long, Int]()
var globalExact = Map[Long, Int]()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment