I used the c binary svm-train in LIBSVM to create a model file. How do I load this model file into R? Is there a function in R package e1071 that accomplishes this operation? Thanks, Yin -- View this message in context: http://r.789695.n4.nabble.com/Loading-externally-created-LIBSVM-model-into-R-tp4407853p4407853.html Sent from the R devel mailing list archive at Nabble.com.
Reasonably Related Threads
- how to interpret coefficients from multiclass svm using libsvm (for multiclass R-SVM)
- Un-reproductibility of SVM classification with 'e1071' libSVM package
- [libsvm] predict function error
- e1071 SVM, cross-validation and overfitting
- How to use a saved SVM model from e1071