Book - Chapter 7 Analytical Theory Classification Flashcards
What applications does classification appear in
Data mining
What is the primary task of a classifier
To assign class labels to new observations
Are classification method supervised or unsupervised
Supervised
What is another name for a decision tree
Prediction tree
What is the input variable of a decision tree
Categorical or continuous
In a decision tree structure what is a test point
A node
What is a node without further branches called
A leaf node
What do leaf nodes return
They return class labels and, in some implementations, they return the probability scores
What are the two varieties of decision trees
Classification trees and regression trees
What are classification trees
They usually apply to output variables that are categorical for example often binary yes or no
What are regression trees
They can apply to output variables that are numerical continuous, such as the predicted price of a consumer good or the likely heard a subscription will be purchased
What does the term branch mean in decision trees
Refers to the outcome of a decision and is visualised as a line connecting two Nodes
What happens if the decision is numerical
The greater than branch is usually placed on the right
What is an internal node
Are the dissertation or test points. Each internal note refers to an input variable or an attribute
What is the top internal node called
The root