From dd0361b52804c8e51b9034f69301362f95aaa279 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Fri, 13 Dec 2013 13:36:27 +0100 Subject: [PATCH] Minor (mostly notes to myself) --- heikki/README-HEIKKI | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/heikki/README-HEIKKI b/heikki/README-HEIKKI index 172ff99..0b547a1 100644 --- a/heikki/README-HEIKKI +++ b/heikki/README-HEIKKI @@ -70,5 +70,20 @@ Next: Add the normalizing merge strategy. Then plot different strategies against Write a conclusion, and consider this plotting job done - +Fri 13-Dec-2013 +Adam is adding a float type to pazpar2. I have made a prrof of concept of the normalizing +by curve fitting. I think it is time to close this branch, and start (re)implementing +things in the main branch. Keep the old branch around for reference! + +Need new config options: + - sort: native, native + position + - or per target: native score / fake score from position / use tf/idf + - per target: weight for combining rankings (cluster merge), so we can trust one + target more than others + - per target: boost rankings + +Start coding: + - in relevance-prepare-read, go through records, collect scores in arrays (per target), + - fit the curve, normalize the scores. + - cluster scoring -- 1.7.10.4