cleanzr / clevr

Clustering and Link Prediction Evaluation in R
GNU General Public License v2.0
10 stars 3 forks source link

Fix typos: "\cup" replaced by "\cap" #6

Closed OlivierBinette closed 3 years ago

OlivierBinette commented 3 years ago

Fixed minor typos in the definitions of pairwise evaluation metrics: "\cup" has been replaced by "\cap".

For instance, it was previously stated that precision is defined as $\frac{\lvert T \cup P\rvert }{\lvert P\rvert}$ where $T$ is the set of true coreferent pairs and $P$ is the set of predicted coreferent pairs.

ngmarchant commented 3 years ago

Well spotted @OlivierBinette! Would you mind adding yourself as a contributor under Authors@R as part of this PR.