Skip to content

Add Jaccard Similarity algorithm#391

Open
elawh1 wants to merge 13 commits intoGraphBLAS:v1.3.xfrom
elawh1:jaccard
Open

Add Jaccard Similarity algorithm#391
elawh1 wants to merge 13 commits intoGraphBLAS:v1.3.xfrom
elawh1:jaccard

Conversation

@elawh1
Copy link

@elawh1 elawh1 commented Feb 18, 2026

Algorithm description

Adds Jaccard similarity and weight computation for graphs.

  • Supports both Jaccard similarity (all-pairs) and Jaccard weights (neighbor-only) computation

Changes

  • Algorithm: experimental/algorithm/LAGr_Jaccard.c - Parallel Jaccard implementation
  • Test: experimental/test/test_Jaccard.c - Test set
  • Benchmark: experimental/benchmark/jaccard_demo.c - Performance benchmarking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments