jennifer_chan
2008-04-09 05:32:26 UTC
Hi there,
I'm fairly new to decision trees and have just got my head around using DMX
and ADOMD.NET to create and process Analysis Services mining models using the
Microsoft Decision Trees Algorithm. I am able to embed the resultant tree
into my C#.NET windows form using the MiningModelViewerControl class.
Is it possible to force a split on a node in the decision tree within the
viewer? I cannot get this to happen in the viewer or via the code. Also i
cannot see this being possible in SQL Server Management Studio.
Forcing a split refers to specifying a variable or characteristic on which to
further split a node (e.g age of customers > 25 years). It is expected that
the node on which a split is forced, will get some child nodes as a result. I
cannot add child nodes to any existing node in the code. And i cannot do
anything in the Model Viewer. Any help i can get is greatly appreciated.
Thank you!
I'm fairly new to decision trees and have just got my head around using DMX
and ADOMD.NET to create and process Analysis Services mining models using the
Microsoft Decision Trees Algorithm. I am able to embed the resultant tree
into my C#.NET windows form using the MiningModelViewerControl class.
Is it possible to force a split on a node in the decision tree within the
viewer? I cannot get this to happen in the viewer or via the code. Also i
cannot see this being possible in SQL Server Management Studio.
Forcing a split refers to specifying a variable or characteristic on which to
further split a node (e.g age of customers > 25 years). It is expected that
the node on which a split is forced, will get some child nodes as a result. I
cannot add child nodes to any existing node in the code. And i cannot do
anything in the Model Viewer. Any help i can get is greatly appreciated.
Thank you!