Next: The learning problem
Up: Support Vector Machines (SVM)
Previous: Support Vector Machines (SVM)
A hyper plane in an n-D feature space can be represented by the following
equation:
Dividing by
, we get
indicating that the projection of any point on the plane onto
the vector is always
, i.e., is the
normal direction of the plane, and
is the distance
from the origin to the plane. Note that the equation of the hyper plane
is not unique.
represents the same plane for any .
The n-D space is partitioned into two regions by the plane. Specifically,
we define a mapping function
,
Any point on the positive side of the plane is mapped to 1,
while any point on the negative side is mapped to -1. A point
of unknown class will be classified to P if , or N if
.
Example:
A straight line in 2D space
described by the following
equation:
devides the 2D plane into two halves. The distance between the origin and the
line is
Consider three points:
-
,
, i.e.,
is on the plane;
-
,
, i.e.,
is above the straight line;
-
,
, i.e.,
is below the straight line.
Next: The learning problem
Up: Support Vector Machines (SVM)
Previous: Support Vector Machines (SVM)
Ruye Wang
2016-08-24