search for: ycyuvf1x

Displaying 2 results from an estimated 2 matches for "ycyuvf1x".

2016 Jul 27
2
Weighting Schemes: Implementing Piv+ Normalization
...s. But I'm running into some issues with Piv+ normalization. In the Piv+ formula , there are two parameters (s and delta) that control the weight assigned. I think the way I'm serialising and unserialising these parameters has some issues which is causing a few errors, http://pastebin.com/yCyuvF1X. Any suggestion is appreciated! Also, I was wondering if we want to have pivoted normalization weighting as a separate weighting scheme in Xapian as it will make a way to add support of different variations of pivoted normalization in the future? Piv+ weighting formula: https://trac.xapian.org/a...
2016 Jul 28
2
Weighting Schemes: Implementing Piv+ Normalization
...with Piv+ normalization. In the Piv+ > > formula , there are two parameters (s and delta) that control the weight > > assigned. I think the way I'm serialising and unserialising these > > parameters has some issues which is causing a few errors, > > http://pastebin.com/yCyuvF1X. Any suggestion is appreciated! > > Two of those are compile errors, suggesting you aren't pulling in the > right header file (it's in common/serialise-double.h I believe). > > This one: > > ---------------------------------------------------------------------- > we...