Enum linfa_pls::PlsError [−][src]
pub enum PlsError {
NotEnoughSamplesError(usize),
BadComponentNumberError {
upperbound: usize,
actual: usize,
},
InvalidTolerance(f32),
ZeroMaxIter,
PowerMethodNotConvergedError(usize),
LinalgError(LinalgError),
LinfaError(Error),
MinMaxError(MinMaxError),
}Variants
NotEnoughSamplesError(usize)Tuple Fields of NotEnoughSamplesError
0: usizeInvalidTolerance(f32)Tuple Fields of InvalidTolerance
0: f32PowerMethodNotConvergedError(usize)Tuple Fields of PowerMethodNotConvergedError
0: usizeLinalgError(LinalgError)Tuple Fields of LinalgError
0: LinalgErrorLinfaError(Error)Tuple Fields of LinfaError
0: ErrorMinMaxError(MinMaxError)Tuple Fields of MinMaxError
0: MinMaxErrorTrait Implementations
Performs the conversion.
Performs the conversion.