Skip to content

Commit cb0431a

Browse files
committed
Bhattacharyya: Impute missing values
1 parent f7ad018 commit cb0431a

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
@@ -746,6 +746,7 @@ def _bhattacharyya(a, b):
746746
class Bhattacharyya(Distance):
747747
supports_discrete = False
748748
supports_sparse = True
749+
supports_missing = False
749750

750751
def fit(self, data):
751752
return BhattacharyyaModel(self.axis, self.impute)

0 commit comments

Comments
 (0)