summaryrefslogtreecommitdiff
path: root/lib/scoring
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 00:04:30 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 00:04:30 -0400
commit33fcf6de9feaaa6f90dfe5082e08d280c930dae1 (patch)
tree236e6422575938e702fcc3d93906ef863e650499 /lib/scoring
parent2d7313767442956eab00671ac555c0ce4e583b5f (diff)
Re-jigger the sampling interface
Diffstat (limited to 'lib/scoring')
-rw-r--r--lib/scoring/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scoring/README.md b/lib/scoring/README.md
index 5beb0a2..dce71d0 100644
--- a/lib/scoring/README.md
+++ b/lib/scoring/README.md
@@ -4,12 +4,12 @@ Scoring interface
Files in this directory should be _modules_ implementing the following
interface:
- - `stats_needed() => Array[i]=Symbol`
+ - `stats_needed(Match) => Array[]=Symbol`
Returns which statistics need to be collected for this scoring
algorithm.
- - `score(match) => Hash[User]=Integer`
+ - `score(Match) => Hash[User]=Integer`
User scores for this match, assuming statistics have been
collected.