Description Usage Arguments Value Examples
View source: R/get_article_article_similarities.R
Compute similarity between an abstract and all other abstracts
1 2 | get_article_article_similarities(a_title, a_vectors = article_vectors,
a_df = article_df)
|
a_title |
charcter, the title of an abstract |
a_vectors |
matrix, of semantic vectors for the abstracts (e.g., |
a_df |
dataframe, of abstract information (e.g., 'article_df“) |
dataframe, of abstract information with Similiarities to target abstract appended
1 2 | an_article <- article_df[1,]$title
sims <- get_article_article_similarities(an_article, article_vectors, article_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.