Examlex

Solved

Construct a Decision Tree with Root Node Type from the Data

question 11

Essay

Construct a decision tree with root node Type from the data in the table below. The first row contains attribute names. Each row after the first represents the values for one data instance. The output attribute is Class.
 Scale  Type  Shade  Texture  Class  One  One  Light  Thin  A  Two  One  Light  Thin  A  Two  Two  Light  Thin  B  Two  Two  Dark  Thin  B  Two  One  Dark  Thin  C  One  One  Dark  Thin  C  One  Two  Light  Thin  C \begin{array} { | l | l | l | l | l | } \hline \text { Scale } & \text { Type } & \text { Shade } & \text { Texture } & \text { Class } \\\hline \text { One } & \text { One } & \text { Light } & \text { Thin } & \text { A } \\\hline \text { Two } & \text { One } & \text { Light } & \text { Thin } & \text { A } \\\hline \text { Two } & \text { Two } & \text { Light } & \text { Thin } & \text { B } \\\hline \text { Two } & \text { Two } & \text { Dark } & \text { Thin } & \text { B } \\\hline \text { Two } & \text { One } & \text { Dark } & \text { Thin } & \text { C } \\\hline \text { One } & \text { One } & \text { Dark } & \text { Thin } & \text { C } \\\hline \text { One } & \text { Two } & \text { Light } & \text { Thin } & \text { C } \\\hline\end{array}


Definitions:

Related Questions