Hypothesis Space Search in Decision Trees
Hypothesis Space Search in Decision Trees
Decision Trees
Overview of Hypothesis Space and its
Search Process
Hypothesis Space Search Overview
• H2: If the email length is more than 100 words, classify it as spam.
• It is defined as:
H = {h : X -> Y
• Where X is the input space and Y is the
output space.
• This means that H contains all functions
h that map inputs from X to outputs in Y.
Hypothesis Space Search in Decision Tree