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

Method argmax

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

Source from the content-addressed store, hash-verified

1268 return np.pad(a, pad_width, constant_values=value)
1269
1270 def argmax(self, a, axis=None):
1271 return np.argmax(a, axis=axis)
1272
1273 def argmin(self, a, axis=None):
1274 return np.argmin(a, axis=axis)

Callers

nothing calls this directly

Calls 1

argmaxMethod · 0.45

Tested by

no test coverage detected