I'm using LIBSVM within MatLab to try and classify images.
I understand that SVM is a binary Classification Model, however I'm wondering how I would go about using it as multi-class Classification Model.
Is it possible to train pairs of data (ie car and non car, horse and non horse, person and non person) and then predict which class an image belongs to by comparing the image to all three models? If so, how could I achieve this? What would my test label vector be?