in Others retagged by
4,646 views
1 vote
1 vote

In Data mining, classification rules are extracted from _______.

  1. Data
  2. Information
  3. Decision Tree
  4. Database
in Others retagged by
4.6k views

2 Answers

2 votes
2 votes

ans is C 

 a decision tree can be used to visually and explicitly represent decisions and decision making. In data mining, a decision tree describes data but not decisions; rather the resulting classification tree can be an input for decision making

refer https://en.wikipedia.org/wiki/Decision_tree_learning

Classification Techniques

Decision Tree based Methods  

Rule-based Methods  ,Memory based reasoning ,Neural Networks ,Naïve Bayes , Bayesian Belief Networks

Decision Tree Based Classification  Advantages:

Inexpensive to construct 

Extremely fast at classifying unknown records

Easy to interpret for small-sized trees

Accuracy is comparable to other classification techniques for many simple data sets

0 votes
0 votes
Correct Answer C:

 

We can derive classification rules from Decision tree.

Related questions