I am using LibSVM to train SVM on a highly imbalanced data set. 10% of the output is true while 90% is false. I read about weight parameter:
-wi weight: set the parameter C of class i to weight*C, for C-SVC (default 1)
What should be the parameter set for each of the class? What does this weight parameter mean intuitively and how should we use it?