build_kgraph_from_fit | R Documentation |
Computes similarities for nodes of interest on the fly to avoid having to deal with very large similarity matrices when number of features is large.
build_kgraph_from_fit(selected_concepts, m_embeds, fit_kg, ...)
selected_concepts |
Concepts of interest |
m_embeds |
Embeddings matrix |
fit_kg |
Fit object |
... |
Passed to build_kgraph |
Knowledge graph, list of slots df_nodes and df_links
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.