MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / mean

Method mean

docling/utils/profiling.py:32–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 return np.std(self.times) # type: ignore
31
32 def mean(self) -> float:
33 return np.mean(self.times) # type: ignore
34
35 def percentile(self, perc: float) -> float:
36 return np.percentile(self.times, perc) # type: ignore

Callers 8

setting_perfomanceFunction · 0.45
domain_perfomanceFunction · 0.45
runMethod · 0.45
rmseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected