| LocalSearcher | R Documentation |
Entity-based graph search
graphKnowledge graph
kNumber of seed entities
traversal_depthMax hops
new()Create a new LocalSearcher
LocalSearcher$new(graph, k = 10, traversal_depth = 2)
graphKnowledgeGraph
kSeed entities
traversal_depthMax depth
search()Search the graph
LocalSearcher$search(query)
queryQuery string
LocalSearchResult
clone()The objects of this class are cloneable with this method.
LocalSearcher$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.