Tag Archives: assembly

Microsoft Decision Trees Algorithm

Data Mining with Microsoft SQL Server 2008 Review Chapter 7  Decision Trees is one of the most useful algorithms.  This algorithm conceptually extends modeling into a tree of nested models where each branch provides tailored understanding of the training data.  This … Continue reading

Posted in SQL Server Data Mining | Tagged , , | Leave a comment

Extending MDX with Stored Procedures

Microsoft SQL Server 2008 Analysis Services Unleashed Book Review Chapter 14  This chapter shows how to extend the native commands within Analysis Services using either managed code assemblies or COM assemblies.  I will assume knowledge of assembly creation with either COM or .NET … Continue reading

Posted in Analysis Services | Tagged , , , , , | Leave a comment