Skip to content

sorenmacbeth/runpmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runpmc

An implementation of Probabilistic Multiplicity Counting.

Largely a port of this go version

Usage

(def pmc-sketch (loop [i 1000000 s (create 1000000)]
                  (if (zero? i)
                    s
                    (recur (dec i) (increment s (.getBytes "runpmc" "UTF-8")))))

(estimate pmc-sketch (.getBytes "runpmc" "UTF-8")

License

Copyright © 2015 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Probabilistic Multiplicity Counting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published