MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / accuracy

Function accuracy

hardness_eval.py:624–627  ·  view source on GitHub ↗
(count, total)

Source from the content-addressed store, hash-verified

622
623
624def accuracy(count, total):
625 if count == total:
626 return 1
627 return 0
628
629
630def recall(count, total):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected