What is a Hyperplane?
In geometry and ML, a hyperplane is a flat affine subspace of dimension one less than its ambient space; linear classifiers use hyperplanes as decision boundaries separating classes.
Support vector machines find maximum-margin separating hyperplanes in feature space.
Authority: Wikipedia: Hyperplane