Skip to content

Commit

Permalink
Bhattacharyya: Impute missing values
Browse files Browse the repository at this point in the history
  • Loading branch information
VesnaT committed Nov 29, 2019
1 parent fa82dff commit 702ada0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/distance/distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ def _bhattacharyya(a, b):
class Bhattacharyya(Distance):
supports_discrete = False
supports_sparse = True
supports_missing = False

def fit(self, data):
return BhattacharyyaModel(self.axis, self.impute)
Expand Down

0 comments on commit 702ada0

Please sign in to comment.