• retagged by
2,600 views

2 Answers

1 1 vote

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 0 votes

A. classification

Classification can be done by using following techniques:

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

Related questions

1 1 vote
2 2 answers
3.3k
3.3k views
go_editor asked Jul 21, 2016
3,254 views
The speed up of a pipeline processing over an equivalent non-pipeline processing is defined by the ration:where $n \rightarrow$ no. of tasks$t_n \rightarrow$ time of comp...
2 2 votes
2 2 answers
2.6k
2.6k views
go_editor asked Jul 21, 2016
2,570 views
What type of logic circuit is represented by the figure shown below ?$\text{XOR}$$\text{XNOR}$$\text{XAND}$$\text{XNAND}$
1 1 vote
1 1 answer
1.8k
1.8k views
go_editor asked Jul 21, 2016
1,784 views
Which of the following set of Unix commands will always display “WELCOME”?export title =WELCOME; Echo $\$$titletitle =WELCOME; export $\$$title ; sh –c ...
2 2 votes
3 3 answers
3.8k
3.8k views
go_editor asked Jul 21, 2016
3,806 views
Assume that an implementation of Unix operating system uses i-nodes to keep track of data blocks allocated to a file. It supports 12 direct block addresses, one in direct...