Decision Boundary or Decision Rule
Knowing the pdfs and conditional pdfs of different events, for example we can create those PDFs on the basis of data we have gathered, we define the decision rule as the major probability of all the events, given some information.
For example, we take data on the distribution of males and females at different ours in an apartments for a month, we create many different conditional PDFs given all the information, and then we define the decision boundary as follows:

- in this case is the time variable.
- and are the condition of being female or male.
- is the decision boundary.
NOTE: is a function, this is a particular case of it being a constant.
Feature Extraction
A good feature extraction process should be:
- in digital form
- rich (more information as possible)
- simple (as small dimension as possible)
Original Files
~Ex.:
- : Probability that (the person knocking on our door) is female.
- : Probability that is male.
- : decision boundary.

