Skip to content
Back to formatted view

Raw Message

Message-ID: <BF543CD6.EC5A%sdavis2@mail.nih.gov>
Date: 2005-09-19T14:00:54Z
From: Sean Davis
Subject: Converting the result of classification tree into SQL	query
In-Reply-To: <OFA1DA1154.EB273F23-ONC3257081.0049CC2A-C3257081.004A57A1@beeline.ru>

On 9/19/05 9:32 AM, "Yuliya S Ivanova" <YSIvanova at beeline.ru> 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