hyperplane
A hyperplane is an affine subspace of codimension one in an n-dimensional space. In Euclidean space R^n, a hyperplane can be described as the set of points x = (x1, x2, ..., xn) that satisfy a1 x1 + a2 x2 + ... + an xn = b, where the vector a = (a1, ..., an) is not the zero vector. Equivalently, it is the affine translate of the linear subspace of vectors orthogonal to a, and its normal vector a is perpendicular to every direction contained in the hyperplane. The hyperplane partitions the space into two half-spaces given by a·x ≤ b and a·x ≥ b.
Key properties include that the distance from a point x to the hyperplane is |a·x − b| divided
Examples help intuition: in R^2, a hyperplane is a line such as x + y = 1 or x
Applications and related concepts vary by field. In machine learning, the decision boundary of a linear classifier