Next: The AdaBoost Algorithm
Up: Bayes Classifier
Previous: Error analysis
If
can be assumed to be a normal distribution, the
discriminant function can be written as:
Since
is used only relatively among all classes, it can be
replaced by a monotonic log function and the discriminant function becomes
The second term
is a constant common to all classes and
can therefore be dropped and the discriminant function is
This is the most general case and the boundary between any two classes
and
is described by
, i.e.,
is a quadric (multi-variable quadratic) equation:
where
is an n by n matrix:
is an n by 1 vector:
and
is a scalar:
These boundaries in the N-D feature space are in general quadric hyper-surfaces,
such as hyper-sphere, hyper-ellipsoid, hyper-parabola, hyper-hyperbola, etc.
Now consider several special cases:
Next: The AdaBoost Algorithm
Up: Bayes Classifier
Previous: Error analysis
Ruye Wang
2016-11-30