Liblinear (http://www.csie.ntu.edu.tw/~cjlin/liblinear/) does not support for probability estimates.
Say I have three classes C1, C2 and C3. I want to learn the model paramters for each 'one vs rest' cases:
C1 vs C2&C3,
c2 vs C1&C3 and
C3 vs C1&C2
How can I do it?