Description Usage Arguments Value
View source: R/run_paired_comparison.R
Run paired comparisons
1 2 | compare_embeddings(embedding1_df, embedding2_df, benchmark = c("all",
"comorbidities", "causitive", "ndfrt", "semantic_type", "similarity"))
|
embedding1_df |
The first embedding's dataframe with bound semantic type |
embedding2_df |
The second embedding's dataframe with bound semantic type |
benchmark |
Which benchmarks to perform. Valid inputs are c("all", "comorbidities", "causative", "ndfrt", "semantic_type", "similarity") |
A list with two entries of result dataframes, one for each embedding.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.