C E I M O P Q R T

C

CF_DIR - Static variable in class ir.eval.PrepareCF
 
CF_FILE - Static variable in class ir.eval.PrepareCFQuery
 
corpusDir - Variable in class ir.eval.Experiment
The directory from which the indexed documents come.

E

Experiment - class ir.eval.Experiment.
Contains methods for running evaluation experiments for information retrieval, specifically the generation of recall-precision curves for a given test corpus of query/relevant-documents pairs.
Experiment(File, File, File, short, boolean) - Constructor for class ir.eval.Experiment
Create an Experiment object for generating Recall/Precision curves
ExperimentRelFeedback - class ir.eval.ExperimentRelFeedback.
A specialization of Experiment for evaluating relevance feedback.
ExperimentRelFeedback(File, File, File, short, boolean, int, boolean, int) - Constructor for class ir.eval.ExperimentRelFeedback
Create an experiment for relevance feedback with the given parameters

I

ir.eval - package ir.eval
 

M

main(String[]) - Static method in class ir.eval.Experiment
Evaluate retrieval preformance on a given query test corpus and generate a recall/precision graph.
main(String[]) - Static method in class ir.eval.ExperimentRelFeedback
Evaluate retrieval preformance on a given query test corpus and generate a recall/precision graph.
main(String[]) - Static method in class ir.eval.PrepareCFQuery
 
main(String[]) - Static method in class ir.eval.PrepareCF
 
makeRpCurve() - Method in class ir.eval.Experiment
Process and evaluate all queries and generate recall-precision curve

O

outFile - Variable in class ir.eval.Experiment
The output file where final recall/precision result data is printed.

P

precision - Variable in class ir.eval.RecallPrecisionPair
 
PrepareCF - class ir.eval.PrepareCF.
 
PrepareCF() - Constructor for class ir.eval.PrepareCF
 
PrepareCFQuery - class ir.eval.PrepareCFQuery.
 
PrepareCFQuery() - Constructor for class ir.eval.PrepareCFQuery
 

Q

queryFile - Variable in class ir.eval.Experiment
The file with the list of queries and results to be tested.

R

recall - Variable in class ir.eval.RecallPrecisionPair
 
RECALL_LEVELS - Static variable in class ir.eval.Experiment
The standard recall levels for which we want to plot precision values
RecallPrecisionPair - class ir.eval.RecallPrecisionPair.
A lightweight object for storing a pair of recall precision measures
RecallPrecisionPair(double, double) - Constructor for class ir.eval.RecallPrecisionPair
 

T

toString() - Method in class ir.eval.RecallPrecisionPair
 

C E I M O P Q R T