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