Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on a project in which i need to consolidate 2 or more decision tree generated by J48 algorithm.

full scenario is as follows:

- My work is in distributed data mining.
- Students educational record is being used for evolution purpose.
- there are 4 server and 4 dataset[huge].
- J48 algorithm is applied to all datasets.
- Individual decision tree is generated at each server accordingly.
- All decision tree are fetched at middleware to consolidate these trees to form a global decision tree.
- Generated global tree will sent to all server.
- when any query comes, it will divided into 4 numbers of equal file and process at each server which contains global decision tree.
- result from all server will fetched to middleware and global result will be generated.


How to consolidate the decision trees?
Posted

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