2 Questions 6 Answers 0 Followers
Questions related from Alaa S. Al-Waisy
In fact, I downloaded it and I face a problem with the output of the ([label_vector, instance_matrix] = libsvmread('../data');) It gives me usually as empty matrix, and I usually get the same...
11 November 2014 9,617 3 View
I am trying to implement one vs rest multiclass classification using LIBSVM. The function is as below: function [pred, ac, decv] = ovrpredict(y, x, model) labelSet = model.labelSet;labelSetSize =...
11 November 2014 1,154 5 View