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

Method floor

ot/backend.py:1034–1040  ·  view source on GitHub ↗

r""" Return the floor of the input element-wise See: https://numpy.org/doc/stable/reference/generated/numpy.floor.html

(self, a)

Source from the content-addressed store, hash-verified

1032 raise NotImplementedError()
1033
1034 def floor(self, a):
1035 r"""
1036 Return the floor of the input element-wise
1037
1038 See: https://numpy.org/doc/stable/reference/generated/numpy.floor.html
1039 """
1040 raise NotImplementedError()
1041
1042 def prod(self, a, axis=None):
1043 r"""

Callers 12

test_empty_backendFunction · 0.95
make_data_classifFunction · 0.45
floorMethod · 0.45
floorMethod · 0.45
floorMethod · 0.45
floorMethod · 0.45
floorMethod · 0.45
ot_cost_on_circleFunction · 0.45
screenkhornFunction · 0.45
test_func_backendsFunction · 0.45
plot_WDA.pyFile · 0.45

Calls

no outgoing calls

Tested by 2

test_empty_backendFunction · 0.76
test_func_backendsFunction · 0.36