Have a weight vector that you dot product with the given feature vector that gives you a "
score" (weighted combination of features).
Margin is how correct the vector was (score multiplied by 1/-1)
- Binary linear classifier essentially looks at the sign of the score and decides YAY or NAY