Microsoft SQL Server Decision Tree Querying System

From GM-RKB
Jump to navigation Jump to search

A Microsoft SQL Server Decision Tree Querying System is a Decision Tree Querying System that comes bundled with Microsoft SQL Server.



References

2012

  • http://technet.microsoft.com/en-us/library/cc645903.aspx Decision Trees Model Query Examples
    • When you create a query against a data mining model, you can create a content query, which provides details about the patterns discovered in analysis, or you can create a prediction query, which uses the patterns in the model to make predictions for new data. For example, a content query for a decision trees model might provide statistics about the number of cases at each level of the tree, or the rules that differentiate between cases. Alternatively, a prediction query maps the model to new data in order to generate recommendations, classifications, and so forth. You can also retrieve metadata about the model by using a query.