I have trained a svm model using libsvm and the model is a java object that has been serialized in binary format. And now I wonder if I can serialize the model in text format so that i can "better understand it"? Is that possible to read the model from the java object?
Any help would be appreciated. Horace