GitHub user hbdeshmukh opened a pull request:

    https://github.com/apache/incubator-quickstep/pull/309

    Add ProbabilityStore class

    - Used to store probabilities of objects.
    - Probabilities are of two kinds: Individual and cumulative.
    - All the individual probabilities within the store add up to one.
    - Support for finding the object with given cumulative probability.
    
    This PR is in continuation with the set of PRs for QUICKSTEP-107.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hbdeshmukh/incubator-quickstep 
probability-store

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quickstep/pull/309.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #309
    
----
commit eca1c37ed146fdf4601a1d4c4536086c184a14f0
Author: Harshad Deshmukh <hbdeshm...@apache.org>
Date:   2017-09-29T20:38:42Z

    Add ProbabilityStore class
    
    - Used to store probabilities of objects.
    - Probabilities are of two kinds: Individual and cumulative.
    - All the individual probabilities within the store add up to one.
    - Support for finding the object with given cumulative probability.

----


---

Reply via email to