MCPcopy Create free account
hub / github.com/alibaba/euler / SampleNeighbor

Method SampleNeighbor

euler/core/graph/node.cc:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163std::vector<euler::common::IDWeightPair>
164Node::SampleNeighbor(const std::vector<int32_t>& edge_types,
165 int32_t count) const {
166 return __SampleNeighbor(edge_types, count, neighbor_info_);
167}
168
169std::vector<euler::common::IDWeightPair>
170Node::SampleInNeighbor(const std::vector<int32_t>& edge_types,

Callers 4

SampleNeighborFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
CheckSamplerFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
CheckSamplerFunction · 0.36