[][src]Trait liblinear::HasLibLinearProblem

pub trait HasLibLinearProblem {
    type Output: LibLinearProblem;
    fn problem(&self) -> Option<&Self::Output>;
}

Associated Types

Loading content...

Required methods

fn problem(&self) -> Option<&Self::Output>

The problem associated with the model/cross-validator.

This will return None when called on a model that was deserialized/loaded from disk.

Loading content...

Implementors

Loading content...