pub fn load_model_from_reader(
reader: impl BufRead,
) -> Result<SvmModel, SvmError>Expand description
Load an SVM model from any buffered reader.
Uses LoadOptions::default. See load_model for the validation
contract and non-goals.
pub fn load_model_from_reader(
reader: impl BufRead,
) -> Result<SvmModel, SvmError>Load an SVM model from any buffered reader.
Uses LoadOptions::default. See load_model for the validation
contract and non-goals.