pub fn load_model_from_reader( reader: impl BufRead, ) -> Result<SvmModel, SvmError>
Load an SVM model from any buffered reader.