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

Method sign

ot/backend.py:1193–1194  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

1191 return np.minimum(a, b)
1192
1193 def sign(self, a):
1194 return np.sign(a)
1195
1196 def dot(self, a, b):
1197 return np.dot(a, b)

Callers

nothing calls this directly

Calls 1

signMethod · 0.45

Tested by

no test coverage detected