Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a data set (text file) and want to add a decision tree. How to use decision tree with my data, and what is condition?
Posted
Updated 9-Nov-10 11:22am
v3
Comments
AspDotNetDev 9-Nov-10 17:22pm    
What do you mean by "decision tree"? Do you just mean branched logic? If so, there's not much we can do for you. You need to read a basic programming book.

1 solution

Your question is somewhat vague and lacks specific details. Besides that, you could start have a look here:

http://en.wikipedia.org/wiki/Decision_tree[^]

http://ai-depot.com/Tutorial/DecisionTrees.html[^]

http://www.decision-making-confidence.com/decision-tree-software[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900