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

Method GetBinaryFeature

euler/core/graph/node.cc:396–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void Node::GetBinaryFeature(
397 const std::vector<int32_t>& fids,
398 std::vector<uint32_t>* feature_nums,
399 std::vector<char>* feature_values) const {
400 GET_NODE_FEATURE(feature_nums, feature_values, binary_features_,
401 binary_features_idx_, fids);
402}
403
404void Node::GetBinaryFeature(
405 const std::vector<int32_t>& fids,

Callers 7

GetNodeBinaryFeatureFunction · 0.45
GetEdgeBinaryFeatureFunction · 0.45
TESTFunction · 0.45
GetGraphLabelMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36