I. Introduction
Binary pattern recognition involves constructing a decision rule to classify vectors into one of two classes based on a training set of vectors whose classification is known a priori. Support vector machines (SVMs) [1] do this by implicitly mapping the training data into a higher dimensional feature space. A hyperplane (decision surface) is then constructed in this feature space that bisects the two categories and maximizes the margin of separation between itself and those points lying nearest to it (called the support vectors). This decision surface can then be used as a basis for classifying vectors of unknown classification.