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

Function accuracy

single_eval.py:85–88  ·  view source on GitHub ↗
(count, total)

Source from the content-addressed store, hash-verified

83
84
85def accuracy(count, total):
86 if count == total:
87 return 1
88 return 0
89
90
91def recall(count, total):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected