Skip to content

Commit 160d5da

Browse files
committed
Bhattacharyya: Impute missing values
1 parent 2a7659c commit 160d5da

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
@@ -741,6 +741,7 @@ def _bhattacharyya(a, b):
741741
class Bhattacharyya(Distance):
742742
supports_discrete = False
743743
supports_sparse = True
744+
supports_missing = False
744745

745746
def fit(self, data):
746747
return BhattacharyyaModel(self.axis, self.impute)

0 commit comments

Comments
 (0)