MCPcopy Create free account
hub / github.com/PythonOT/POT / mean

Method mean

ot/backend.py:2641–2642  ·  view source on GitHub ↗
(self, a, axis=None)

Source from the content-addressed store, hash-verified

2639 return cp.argmin(a, axis=axis)
2640
2641 def mean(self, a, axis=None):
2642 return cp.mean(a, axis=axis)
2643
2644 def median(self, a, axis=None):
2645 return cp.median(a, axis=axis)

Callers

nothing calls this directly

Calls 1

meanMethod · 0.45

Tested by

no test coverage detected