Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

midd example pls #51

Open
Sandy4321 opened this issue Nov 3, 2019 · 0 comments
Open

midd example pls #51

Sandy4321 opened this issue Nov 3, 2019 · 0 comments

Comments

@Sandy4321
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant