Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ argmin
Method
argmin
ot/backend.py:1273–1274 ·
view source on GitHub ↗
(self, a, axis=None)
Source
from the content-addressed store, hash-verified
1271
return
np.argmax(a, axis=axis)
1272
1273
def
argmin(self, a, axis=None):
1274
return
np.argmin(a, axis=axis)
1275
1276
def
mean(self, a, axis=None):
1277
return
np.mean(a, axis=axis)
Callers
nothing calls this directly
Calls
1
argmin
Method · 0.45
Tested by
no test coverage detected