Skip to content

Commit 702ada0

Browse files
committed
Bhattacharyya: Impute missing values
1 parent fa82dff commit 702ada0

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
@@ -757,6 +757,7 @@ def _bhattacharyya(a, b):
757757
class Bhattacharyya(Distance):
758758
supports_discrete = False
759759
supports_sparse = True
760+
supports_missing = False
760761

761762
def fit(self, data):
762763
return BhattacharyyaModel(self.axis, self.impute)

0 commit comments

Comments
 (0)