[R] Converting the result of classification tree into SQL query

2005-09-19 Thread Yuliya S Ivanova
I built the model of classification tree.Now I want to convert the result rules of the tree into Sql query for applying received rules to my dataset in the database managment system. Can this be done or not ? If it can, tell me please how I can do it. Thanks for your help.

[R] Converting the result of classification tree into SQL query

2005-09-19 Thread Yuliya S Ivanova
I built the model of classification tree.Now I want to convert the result rules of the tree into Sql query for applying received rules to my dataset in the database managment system. Can this be done or not ? If it can, tell me please how I can do it. Thanks for your help. Yulia

Re: [R] Converting the result of classification tree into SQL query

2005-09-19 Thread Sean Davis
On 9/19/05 9:32 AM, Yuliya S Ivanova [EMAIL PROTECTED] wrote: I built the model of classification tree.Now I want to convert the result rules of the tree into Sql query for applying received rules to my dataset in the database managment system. Can this be done or not ? If it can, tell me