Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npapoutsakis authored Sep 4, 2024
1 parent e65bc15 commit eea4d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The provided Scala code performs the following tasks:
3. **Calculate Jaccard Index:**
- The Jaccard Index is computed for each term-category pair using the formula:

Jaccard Index = \text{Number of documents containing both term and category}}{Number of documents containing either term or category}
Jaccard Index = ((Number of documents containing both term and category)/(Number of documents containing either term or category))


4. **Output:**
Expand Down

0 comments on commit eea4d55

Please sign in to comment.