Open Sandy4321 opened 5 years ago
do have examples how to use your code especially for def midd(x, y): """ Discrete mutual information estimator given a list of samples which can be any hashable object """
return -entropyd(list(zip(x, y)))+entropyd(x)+entropyd(y)
from https://github.com/jundongl/scikit-feature/blob/master/skfeature/utility/entropy_estimators.py
do have examples how to use your code especially for def midd(x, y): """ Discrete mutual information estimator given a list of samples which can be any hashable object """
from https://github.com/jundongl/scikit-feature/blob/master/skfeature/utility/entropy_estimators.py