[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-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[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

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


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 please how I can do it.
 Thanks for your help.

This will need to be done by hand, I think.  In other words, you will need
to write the SQL query yourself.  Of course, you can make such a query
dynamic using tools like paste, but I don't think there is a tool to do
exactly what you want.

Sean

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html