Classification
Given an observation, determine one class from a set of classes that best explains the observation
Features are discrete or continuous
- 2 category classifier- Dichotomiser
 
Argmax
Argument that gives the maximum value from a target function
Gaussian Classifier
- Each class has it’s own Gaussian
- With equal priors

Discrete Classifier
- Each class  has it’s own histogram - Describes the probability of each observation type
- , based on class-specific type counts
 
- Nothing else known about classes
- Given class priors
- Maximum posterior probability- Bayes
 
