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
queryQuery string
LocalSearchResult
clone()The objects of this class are cloneable with this method.
LocalSearcher$clone(deep = FALSE)deepWhether to make a deep clone.