Enum linfa_preprocessing::whitening::WhiteningMethod [−][src]
pub enum WhiteningMethod {
Pca,
Zca,
Cholesky,
}Variants
Auto Trait Implementations
impl RefUnwindSafe for WhiteningMethod
impl RefUnwindSafe for WhiteningMethodimpl Send for WhiteningMethod
impl Send for WhiteningMethodimpl Sync for WhiteningMethod
impl Sync for WhiteningMethodimpl Unpin for WhiteningMethod
impl Unpin for WhiteningMethodimpl UnwindSafe for WhiteningMethod
impl UnwindSafe for WhiteningMethod