MCPcopy Create free account
hub / github.com/EryiXie/PlaneRecNet / __init__

Method __init__

eval.py:260–262  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

258 """
259
260 def __init__(self):
261 self.data_points = []
262 self.num_gt_positives = 0
263
264 def push(self, score: float, is_true: bool):
265 self.data_points.append((score, is_true))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected