A particularly common case of classifier is that of a binary classifier. In this scenario, the problem consists of finding a relationship that links the training-set
where
is the vector that gathers the information to be used for training and
is the space of the associated classes.
Examples of intrinsically binary classifiers include:
Particular interest is given to linear classifiers (LDA and Linear SVM), which, in order to solve the binary classification problem, identify a separating hyperplane
between the two classes.
The equation of a hyperplane, slightly modifying the formula (1.49), is
A linear classifier is based on a discriminant function
The sign of the function represents the outcome of the classification. A separating hyperplane corresponds to identifying a linear combination of the elements
in such a way as to obtain
Paolo medici