Re: Precision-recall curve with /contrib/benchmark/quality

2010-06-05 Thread calin014
used coord on f2exp also) http://lucene.472066.n3.nabble.com/file/n873240/prcurve.png -- View this message in context: http://lucene.472066.n3.nabble.com/Precision-recall-curve-with-contrib-benchmark-quality-tp82p873240.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Re: Precision-recall curve with /contrib/benchmark/quality

2010-06-05 Thread Robert Muir
tp://lucene.472066.n3.nabble.com/Precision-recall-curve-with-contrib-benchmark-quality-tp82p872585.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: java-u

Re: Precision-recall curve with /contrib/benchmark/quality

2010-06-05 Thread calin014
://lucene.472066.n3.nabble.com/file/n872585/prcurve1.png http://lucene.472066.n3.nabble.com/file/n872585/prcurve.png -- View this message in context: http://lucene.472066.n3.nabble.com/Precision-recall-curve-with-contrib-benchmark-quality-tp82p872585.html Sent from the Lucene - Java Users

Re: Precision-recall curve with /contrib/benchmark/quality

2010-05-26 Thread calin014
Thanks, that worked:) -- View this message in context: http://lucene.472066.n3.nabble.com/Precision-recall-curve-with-contrib-benchmark-quality-tp82p845518.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Re: Precision-recall curve with /contrib/benchmark/quality

2010-05-26 Thread Robert Muir
produce fancy output. On Wed, May 26, 2010 at 5:32 AM, calin014 wrote: > > Hi, > > I am testing some ranking methods with /contrib/benchmark/quality package, > and i was wondering if there is a simple way of building a precision-recall > graph with the info gathered(maybe Qualit

Precision-recall curve with /contrib/benchmark/quality

2010-05-26 Thread calin014
Hi, I am testing some ranking methods with /contrib/benchmark/quality package, and i was wondering if there is a simple way of building a precision-recall graph with the info gathered(maybe QualityStats.RecallPoint). Thanks -- View this message in context: http://lucene.472066.n3.nabble.com

Re: contrib/benchmark Quality

2008-01-31 Thread Grant Ingersoll
ting the contrib/benchmark Quality stuff into the "algorithm" framework that's used for timings, etc.? For instance, I would like to write an algorithm file where my rounds consist of doing various runs with different similarities all on the same index. It would probably need a new Task

Re: contrib/benchmark Quality

2008-01-30 Thread Doron Cohen
a no args constructor, but this is not too bad...? We need a new QualityRunTask for sure, but this is quite straightforward. Cheers, Doron On Thu, Jan 31, 2008 at 12:31 AM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > Has anyone thought about integrating the contrib/benchmark Quality > stu

contrib/benchmark Quality

2008-01-30 Thread Grant Ingersoll
Has anyone thought about integrating the contrib/benchmark Quality stuff into the "algorithm" framework that's used for timings, etc.? For instance, I would like to write an algorithm file where my rounds consist of doing various runs with different similarities all on t