Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Fix build by correcting image references in plod-description.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mammuth committed Apr 11, 2016
1 parent 43a7ce7 commit 64dab6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/markdown/plod-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ We used John Platt's sequential minimal optimization algorithm (Platt, 1999) for

We measured accuracy/precision and coverage/recall of our prediction method using ratios of TP (true positives, i.e. correctly predicted dead characters), FP (false positives, i.e. alive characters predicted to be dead), FN (false negatives, i.e. dead characters predicted to be alive), and TN (true negatives, i.e. correctly predicted alive characters).

![alt AltText](./images/Precision.png "Text")
![alt AltText](/images/Precision.png "Text")

![alt AltText](./images/Recall.png "Text")
![alt AltText](/images/Recall.png "Text")

We combined these two measures into a single F-measure value:

![alt AltText](./images/Fmeasure.png "Text")
![alt AltText](/images/Fmeasure.png "Text")

The prediction results of our method were:

Expand Down

0 comments on commit 64dab6b

Please sign in to comment.