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 f7ad018 commit cb0431aCopy full SHA for cb0431a
1 file changed
Orange/distance/distance.py
@@ -746,6 +746,7 @@ def _bhattacharyya(a, b):
746
class Bhattacharyya(Distance):
747
supports_discrete = False
748
supports_sparse = True
749
+ supports_missing = False
750
751
def fit(self, data):
752
return BhattacharyyaModel(self.axis, self.impute)
0 commit comments