Type Definition linfa_bayes::Result

source · []
pub type Result<T> = Result<T, NaiveBayesError>;
Expand description

Simplified Result using NaiveBayesError as error type