View source: R/alternative_models.R
bitola_model | R Documentation |
This function implements a BITOLA-style discovery model based on MeSH term co-occurrence and semantic type filtering.
bitola_model(
co_matrix,
a_term,
a_semantic_type = NULL,
c_semantic_type = NULL,
min_score = 0.1,
n_results = 100
)
co_matrix |
A co-occurrence matrix produced by create_cooccurrence_matrix(). |
a_term |
Character string, the source term (A). |
a_semantic_type |
Character string, the semantic type for A term. |
c_semantic_type |
Character string, the semantic type for C terms. |
min_score |
Minimum score threshold for results. |
n_results |
Maximum number of results to return. |
A data frame with ranked discovery results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.