我正在尝试使用此处提供的 Clusters-Features 库中的“Xie-Beni Index”:https://pypi.org/project/Clusters-Features/ 通过以下代码:
pip install Clusters-Features
但是,我收到以下错误。
查看索引:https://pypi.org/simple,https://us-python.pkg.dev/colab-wheels/public/simple/
错误:找不到满足 Clusters-Features==1.0.2 要求的版本(来自版本:无)
错误:找不到 Clusters-Features==1.0.2 的匹配分布
您能帮我解决以下任一问题吗:-
(a) 如何安装这个库?
(b) 有没有具有 Xie-Beni Index 功能的替代库?
我现在可以安装它了(答案(a))。它对 python 版本 >=3.8 有效。目前,Google Collaboratory 默认提供 3.7 版本。版本更新到3.9后即可使用。
回答(b)问题:
我做了这个谢贝尼索引函数,用于Sklearn库:https://github.com/nobertomaciel/sklearn