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

Method is_floating_point

ot/backend.py:1020–1024  ·  view source on GitHub ↗

r""" Returns whether or not the input consists of floats

(self, a)

Source from the content-addressed store, hash-verified

1018 raise NotImplementedError()
1019
1020 def is_floating_point(self, a):
1021 r"""
1022 Returns whether or not the input consists of floats
1023 """
1024 raise NotImplementedError()
1025
1026 def tile(self, a, reps):
1027 r"""

Callers 8

test_empty_backendFunction · 0.95
emdFunction · 0.45
fFunction · 0.45
gromov_wassersteinFunction · 0.45
fused_gromov_wassersteinFunction · 0.45
test_func_backendsFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_empty_backendFunction · 0.76
test_func_backendsFunction · 0.36