Skip to content

Commit e7bd4cb

Browse files
committed
Bhattacharyya: Impute missing values
1 parent 9f67aa7 commit e7bd4cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orange/distance/distance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ def _bhattacharyya(a, b):
762762
class Bhattacharyya(Distance):
763763
supports_discrete = False
764764
supports_sparse = True
765+
supports_missing = False
765766

766767
def fit(self, data):
767768
return BhattacharyyaModel(self.axis, self.impute)

0 commit comments

Comments
 (0)