Monday, March 26, 2012

Getting started with DMX

Hello,

I'm studying some articles about DMX and i have a question. DMX statements is only for prediction?

Can i create a model and run a classification/clustering/decision tree algorithm through DMX instead of prediction?Because all the examples i found are talking about prediction.

Are there any other sources i can study, so i can have a better understanding of what DMX does?

Thank you in advance!

DMX is both a data definition and data manipulation language, so yes, you can create and train models with DMX using the CREATE and INSERT statements. In SQL Server 2005, the DDL part of it is a subset of the full DDL available via XMLA. Take a look at the DMX reference here for more information: http://msdn2.microsoft.com/en-us/library/ms132025.aspx.

|||I will study the article, thank for the help.

No comments:

Post a Comment