aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/TopKEstimator.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Non-functional changes onlyJon Bratseth2021-04-121-0/+12
|
* Precompute StudentT.inverseCumulativeProbability for default probability and ↵Henning Baldersheim2021-03-281-7/+25
| | | | up to 66 nodes per group.
* Allow from 5% skew in document distribution and still get good results when ↵Henning Baldersheim2020-05-281-1/+8
| | | | asking for many hits.
* The estimate is not bounded by [1, K] so it must be capped.Henning Baldersheim2020-05-191-2/+2
|
* Add copyright too.Henning Baldersheim2020-04-151-0/+1
|
* Add query control of top-k-probability.Henning Baldersheim2020-04-151-6/+17
|
* Make SearchCluster.TopKEstimator a top level class.Henning Baldersheim2020-04-151-0/+30