Skip to content

Commit

Permalink
doc : minor bug in document fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 5, 2024
1 parent 425d550 commit 0c7f380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Document/Distance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,7 @@
"metadata": {},
"source": [
"$$corr_{KuhnsII} =\n",
"\\frac{2 \\times \\delta(TP + FP, TP + FN)}\n",
"\\frac{\\delta(TP + FP, TP + FN)}\n",
"{\\max(TP + FP, TP + FN)}\n",
"$$\n",
"\n",
Expand Down

0 comments on commit 0c7f380

Please sign in to comment.