MCPcopy Create free account
hub / github.com/Tencent/embedx / RandomSampleNeighbor

Method RandomSampleNeighbor

src/graph/client/graph_client.cc:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool GraphClient::RandomSampleNeighbor(
50 int count, const vec_int_t& nodes,
51 std::vector<vec_int_t>* neighbor_nodes_list) const {
52 return impl_->RandomSampleNeighbor(count, nodes, neighbor_nodes_list);
53}
54
55bool GraphClient::LookupFeature(const vec_int_t& nodes,
56 std::vector<vec_pair_t>* node_feats,

Callers 3

RandomSampleNeighborTESTFunction · 0.45
SampleSubGraphMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36