Private Attributes | |
JFrame | frame |
JTable | resultsTable |
DefaultTableModel | resultsTableModel |
JTextField | qrel |
JComboBox | queries |
JTextPane | outputPane |
Cursor | waitCursor |
Cursor | defaultCursor |
JFileChooser | fileChooser |
JButton | rpButton |
JButton | pAtButton |
JButton | evaluateButton |
String | workingDir |
String | queryID |
String | baselineRanksFile |
String | judgmentsFile |
TreeMap< String, ArrayList< Judgment > > | judgments |
|
The result set to be evaluated. When performing comparison runs, this set is used as the baseline |
|
The default cursor |
|
|
|
File chooser for selecting qrels and results files |
|
The main frame |
|
The mapping of query ids to judgments. |
|
The relevance judgments file. |
|
The main output pane. |
|
Show the P graph button |
|
Relevance judgments filename |
|
List of query ids available for single evaluation |
|
The id of the individual query being evaluated. |
|
|
|
|
|
Show the Recall/Precision graph button |
|
The busy cursor |
|
The currently selected directory for the file chooser. Initially, the current working directory at program start. |