views:

36

answers:

0

I am facing a Data Mining problem and I'm forced to use SQL Server with Analysis Server. I have to implement CHAID algorithm in a way that once It is done, it'll be included in the Analysis Services available set of algorithms.

I want to use SQL Server Data Mining Managed Plug In. So I'm programming with C#. The documentation I have available is a tutorial that shows what methods and interfaces have to be overridden in order to develop a clustering algorithm. What I need is the equivalent sample or tutorial for a Classification Tree algorithm.

Can anyone help me on that? or is there anyone with some experience developing managed plug ins for analysis services?

Thanks.