ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Add MaximumMeanDiscrepancy metric

Open kzkadc opened this issue 1 year ago • 0 comments

Description: added maximum mean discrepancy (MMD) metric, which measures the discrepancy of two distributions. https://www.onurtunali.com/ml/2019/03/08/maximum-mean-discrepancy-in-machine-learning.html

Check list:

  • [x] New tests are added (if a new feature is added)
  • [x] New doc strings: description and/or example code are in RST format
  • [x] Documentation is updated (if required)

kzkadc avatar May 01 '24 14:05 kzkadc