学习如何在 SSAS 中实现朴素贝叶斯分类器的最佳资源是什么?
在提出这个 问题后,我决定尝试使用 SQL Server Analysis Services 实现一些朴素贝叶斯分类器。
谁能给我推荐一本关于如何在 SSAS 中实现朴素贝叶斯分类器的好书、网站或任何其他资源? 同样,我有兴趣了解决策树。
After asking this question, I've decided to try and implement some Naive Bayes Classifiers using SQL Server Analysis Services.
Can anyone point me to a decent book, website or any other resource on how to implement Naive Bayes Classifiers in SSAS? Similarly, I would be interested in learning about Decision Trees.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 SQL Server 2008 进行数据挖掘 - 本书解释了每种算法的作用和执行过程您将了解如何应用每一项。 如果您要进入数据挖掘,请务必阅读它。
SQL Server 数据挖掘 - 提供教程、示例等的站点。
Data Mining with SQL Server 2008 - this book explains what each algorithm does and walks you through how to apply each one. Definitely read it if you're getting into Data Mining.
SQL Server Data Mining - site which gives tutorials, samples, etc.