Abhishek Thakur
Abhishek Thakur

Reputation: 17035

libsvm in matlab for multiclass prediction of test data

when i use the libsvm in matlab for multiclass classification, the svmpredict command consists of also the testing labels. As I dont have the labels for test set, is it possible to predict it somehow using the libsvm in matlab?

Upvotes: 1

Views: 254

Answers (1)

Marc Claesen
Marc Claesen

Reputation: 17036

Yes, just provide a meaningless label vector. The only use of the labels is so the prediction function can report some statistics. They are not actually required for prediction in any way.

Upvotes: 2

Related Questions