Expose similarity
matching item pairs in R library (aka crosswalk table)
#4
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
The web UI allows users to see the matching item pairs above a given threshold
Can we make the R library also return the matching pairs above a threshold? This is called the crosswalk table
Task make a function called
generate.crosswalk.table(match, threshold)
or similar which takes the output ofmatch_instruments
and gives the pairs that match above a threshold.A crosswalk table is the same information as is currently coming back in the similarity matrix but just in a different format
It is a long-format data frame that shows each matching pair of questions above a certain threshold, along with their respective IDs, question texts, and match scores. Here's an example structure:
See equivalent Python issue: harmonydata/harmony#62
The text was updated successfully, but these errors were encountered: