MCPcopy Create free account
hub / github.com/PKU-ASAL/Simulated-Data / GetNodeScore

Method GetNodeScore

src/ETW/real-time/ProvGraph.py:125–126  ·  view source on GitHub ↗
(self,node)

Source from the content-addressed store, hash-verified

123 return self.nodes[node]['label']
124
125 def GetNodeScore(self,node):
126 return self.nodes[node]['score']
127
128 def GetNodeType(self,node):
129 return self.nodes[node]['type']

Callers 5

merge_nodesMethod · 0.95
GetbackSubgraphMethod · 0.95
GetforeSubgraphMethod · 0.95
propagationMethod · 0.95
log_parserFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected