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

Method SharedSampleNegative

src/graph/client/graph_client.cc:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26GraphClient::~GraphClient() {}
27
28bool GraphClient::SharedSampleNegative(
29 int count, const vec_int_t& nodes, const vec_int_t& excluded_nodes,
30 std::vector<vec_int_t>* sampled_nodes_list) const {
31 return impl_->SharedSampleNegative(count, nodes, excluded_nodes,
32 sampled_nodes_list);
33}
34
35bool GraphClient::IndepSampleNegative(
36 int count, const vec_int_t& nodes, const vec_int_t& excluded_nodes,

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36