Data mining | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

Data mining

How to make a decision tree with three options(three class attributes)

30th Oct 2018, 1:39 PM
Rstar
Rstar - avatar
3 Answers
+ 4
https://www.springboard.com/blog/data-mining-JUMP_LINK__&&__python__&&__JUMP_LINK-tutorial/ https://www.guru99.com/data-mining-tutorial.html or businesses, data mining is used to discover patterns and relationships in the data in order to help make better business decisions. Data mining can help spot sales trends, develop smarter marketing campaigns, and accurately predict customer loyalty. Data mining is a process used by companies to turn raw data into useful information. By using software to look for patterns in large batches of data, businesses can learn more about their customers to develop more effective marketing strategies, increase sales and decrease costs. Java Data Mining. Java Data Mining (JDM) is a standard Java API for developing data mining applications and tools. JDM defines an object model and Java API for data mining objects and processes. ... The JDM 1.0 standard was developed under the Java Community Process as JSR 73.
31st Oct 2018, 2:24 PM
deepak sharma
deepak sharma - avatar
+ 2
In data mining decision tree is include a root node,leaf node and branches. each internal node denote a test on attributes,each branch denote a outcome of test,and each leaf node denote a class label. The topmost level in the tree is also known as root node.
31st Oct 2018, 6:14 AM
Mohit
Mohit - avatar
+ 1
hey, mate. I am not experienced data miner but from my point of view creating sudoku generator is awesome exercise for automated decision maker. Thing is you need to start from 81 cell matrix and delete one number after another while game still can be resolved in only one unique way. making this alghorithm more eficient and adding sort by difficult fuctionaligy making this project very fun for weekends:)
31st Oct 2018, 9:02 PM
Freeze
Freeze - avatar