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