Skip to main content

load_problem

Function load_problem 

Source
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> ...