Skip to content

Commit 2eb49b8

Browse files
committed
Overlap score not printed with eval
1 parent 916bf4d commit 2eb49b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/edu/virginia/uvacluster/internal/MyControlPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ private void evaluateButtonPressed(File evaluateFile) throws IOException {
11811181
double overlapScore = overlapScore(resultComplexes, evalComplexes);
11821182

11831183
JOptionPane.showMessageDialog(this, "Recall: " + recall + "\nPrecision: " + precision
1184-
+ "\nOverlap Score: " + overlapScore, "Evaluation Scoring", JOptionPane.INFORMATION_MESSAGE);
1184+
, "Evaluation Scoring", JOptionPane.INFORMATION_MESSAGE);
11851185
}
11861186
}
11871187

0 commit comments

Comments
 (0)