pub fn load_model(path: &Path) -> Result<SvmModel, SvmError>
Load an SVM model from a file in the original LIBSVM format.