Skip to content
Prev 300099 / 398521 Next

LiblineaR: read/write model files?

How do I read/write liblinear models to files?
E.g., if I train a model using the command line interface, I might want
to load it into R to look the histogram of the weights.
Or I might want to train a model in R and then apply it using a command
line interface.