gen_df_notpairs | R Documentation |
Generate null pairs
gen_df_notpairs(
ids,
df_pairs = NULL,
n_notpairs = if (is.null(df_pairs)) 1000 else nrow(df_pairs)
)
ids |
Identifiers to sample from |
df_pairs |
Known pairs data frame, to make sure no null pairs are in |
n_notpairs |
Direct parameter to set number of null pairs returned, bypasses parameter type. |
Data frame with columns concept1, concept2, weight
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.