We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7659c commit 160d5daCopy full SHA for 160d5da
1 file changed
Orange/distance/distance.py
@@ -741,6 +741,7 @@ def _bhattacharyya(a, b):
741
class Bhattacharyya(Distance):
742
supports_discrete = False
743
supports_sparse = True
744
+ supports_missing = False
745
746
def fit(self, data):
747
return BhattacharyyaModel(self.axis, self.impute)
0 commit comments