pyclustering icon indicating copy to clipboard operation
pyclustering copied to clipboard

[pyclustering.utils.metric] Categorical data for Gower distance

Open annoviko opened this issue 5 years ago • 0 comments

Introduction There is request to support categorical data for Gower distance, like in following article:

  • https://towardsdatascience.com/clustering-on-mixed-type-data-8bbd0a2569c3

Description It is not a big deal to support in python part of the library. But it is required well design solution for C++ part without any performance degradation.

annoviko avatar Sep 11 '19 07:09 annoviko