Skip to content
Prev 77451 / 398502 Next

Converting the result of classification tree into SQL query

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.