需要有关 ID3 实现和要使用的数据类型的建议

发布于 2024-09-19 17:36:32 字数 144 浏览 8 评论 0原文

需要建议: 我正在机器学习中实现 ID3 算法。我正在使用字典来读取训练文件并存储到其中。但随着我的前进,我了解到字典中的 v 并不像列表或数组中那样为每个键、值对都有固定的位置。现在我可能在获取最终属性的位置并将其动态传递给其他函数时遇到问题。我应该更改为其他数据结构吗?

Need advice:
I am implementing ID3 algorithm in Machine Learning. I am using dictionary to read the training file and store into. But as I am going forward I am understanding that in dictionary v dont have fixed places for each key,value pair as in list or array. Now I might have problem in getting the position of the final attribute and passing it dynamically to other functions. Should i change to some other data structure?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨后彩虹 2024-09-26 17:36:32

Python 2.7 and 3.x have an OrderedDict that could be an option for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文