Enum rusty_machine::learning::error::ErrorKind
[−]
[src]
pub enum ErrorKind {
InvalidParameters,
InvalidData,
InvalidState,
}Types of errors produced in the learning module.
List intended to grow and so you should be wary of matching against explicitly.
Variants
InvalidParametersThe parameters used to define the model are not valid.
InvalidDataThe input data to the model is not valid.
InvalidStateThe action could not be carried out as the model was in an invalid state.