MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / get

Method get

experiments/accuracy.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 self._num_total += 1
12
13 def get(self) -> float:
14 return self._num_correct / self._num_total
15
16 def print(self):
17 accuracy = self.get()

Callers 6

evaluateFunction · 0.95
printMethod · 0.95
mainFunction · 0.45
_write_per_agent_latencyFunction · 0.45
mainFunction · 0.45
downloadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected