We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916bf4d commit 2eb49b8Copy full SHA for 2eb49b8
1 file changed
src/main/java/edu/virginia/uvacluster/internal/MyControlPanel.java
@@ -1181,7 +1181,7 @@ private void evaluateButtonPressed(File evaluateFile) throws IOException {
1181
double overlapScore = overlapScore(resultComplexes, evalComplexes);
1182
1183
JOptionPane.showMessageDialog(this, "Recall: " + recall + "\nPrecision: " + precision
1184
- + "\nOverlap Score: " + overlapScore, "Evaluation Scoring", JOptionPane.INFORMATION_MESSAGE);
+ , "Evaluation Scoring", JOptionPane.INFORMATION_MESSAGE);
1185
}
1186
1187
0 commit comments