Uses of Class
iglu.ir.PRPair

Packages that use PRPair
iglu.ir A set of classes for creating Information Retrieval programs. 
 

Uses of PRPair in iglu.ir
 

Methods in iglu.ir that return PRPair
static PRPair PRResultUtils.lastPRPair(PRResult rst)
          Returns the last PRPair in the resultset
 

Methods in iglu.ir with parameters of type PRPair
 void PRResult.addTest(PRPair prpair)
          Add the results of a particular precision/recall test to this PRResult.