[][src]Type Definition ffsvm::SparseProblem

type SparseProblem = Problem<SparseVector<f32>>;

Problems produced for SparseSVMs.

Also see Problem for more methods for this type.

Methods

impl SparseProblem[src]

pub fn clear(&mut self)[src]

Clears the Problem when reusing it between calls. Only needed for SparseSVM problems.

Trait Implementations

impl<'a> From<&'a SparseSVM> for SparseProblem[src]