Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RingBDStack/GDAP
/ __init__
Method
__init__
evaluation.py:140–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
138
139
class
Metric:
140
def
__init__(self):
141
self.tp = 0.
142
self.gold_num = 0.
143
self.pred_num = 0.
144
145
@staticmethod
146
def
safe_div(a, b):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected