Skip to content

Commit

Permalink
Merge pull request #6 from BrentLab/cmatKhan-patch-1
Browse files Browse the repository at this point in the history
fixing threshold formula rendering
  • Loading branch information
cmatKhan authored Dec 4, 2024
2 parents fd166f6 + 75aa584 commit 8f7e3e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,7 @@ The following provides details on the DTO algorithm, step by step.
used to generate sets of features from each list to compare the overlap.
The thresholds are calculated by the recurrence relation

$$
T_1 = 1 \\
Tn = Floor(T_{n-1} * 1.01 + 1)
$$
$$ T_1 = 1 \\ Tn = Floor(T_{n-1} * 1.01 + 1) $$

The stopping condition is when the threshold meets or exceeds the largest rank.
The final threshold is always set to the max rank. This series provides finer
Expand Down

0 comments on commit 8f7e3e4

Please sign in to comment.