retagged by
1,889 views

2 Answers

1 votes
1 votes

Answer : Classification 

Decision Tree Classifier is a classification technique.

Classification technique is a systematic approach to build classification models from an input data set. For example, decision tree classifiers, rule-based classifiers, neural networks, support vector machines, and naive Bayes classifiers are different technique to solve a classification problem.

Reference : wanna get into more details then see this

0 votes
0 votes

A. classification

Classification can be done by using following techniques:

  • Classification (IF-THEN) Rules
  • Decision Trees
  • Mathematical Formulae
  • Neural Networks
Answer:

Related questions

2 votes
2 votes
2 answers
2
go_editor asked Jul 21, 2016
1,968 views
What type of logic circuit is represented by the figure shown below ?$\text{XOR}$$\text{XNOR}$$\text{XAND}$$\text{XNAND}$
1 votes
1 votes
1 answer
3