Uses of Class
iglu.ir.PRResult

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

Uses of PRResult in iglu.ir
 

Methods in iglu.ir that return PRResult
 PRResult PrecisionRecall.testQuery(int queryID)
          Test a given query.
protected  PRResult PrecisionRecall.testVector(TermVector v, int[] goodDocs, java.io.Serializable qid)
          Test a vector, assuming that goodDocs contain references to the relevant documents in the document set.
 PRResult[] PrecisionRecall.testQueries()
          Test all the queries named in the constructor.
 PRResult[] PrecisionRecall.testDocs(int[] docNums)
          Create vectors for the indicated documents in the document set and run those vectors as queries, returning results.
 

Methods in iglu.ir with parameters of type PRResult
static double[] PRResultUtils.rpAverages(PRResult[] rsts)
          Calculates interpolated precision results for know recall values.
static double[] PRResultUtils.dpAverages(PRResult[] rsts)
          Return the average precisions for the number of document values listed in precList.
static java.lang.String PRResultUtils.summary(PRResult[] rsts)
          Returns a string containing information about result sets
static PRPair PRResultUtils.lastPRPair(PRResult rst)
          Returns the last PRPair in the resultset
static javax.swing.JTabbedPane PRResult.toTabbedPane(PRResult[] rs)
          A convienence class to construct a tabbed pane of the results.
static double[] PRResult.rpAverages(PRResult[] rsts)
          Calculate and return the average precision across all queries for the values (0.0, 0.1, 0.2, .