| 26 | GraphClient::~GraphClient() {} |
| 27 | |
| 28 | bool 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 | |
| 35 | bool GraphClient::IndepSampleNegative( |
| 36 | int count, const vec_int_t& nodes, const vec_int_t& excluded_nodes, |