pub fn load_problem(path: &Path) -> Result<SvmProblem, SvmError>Expand description
Load an SVM problem from a file in LIBSVM sparse format.
Format: <label> <index1>:<value1> <index2>:<value2> ...
pub fn load_problem(path: &Path) -> Result<SvmProblem, SvmError>Load an SVM problem from a file in LIBSVM sparse format.
Format: <label> <index1>:<value1> <index2>:<value2> ...