views:

184

answers:

1

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.

+2  A: 

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.

Eric