#[repr(C)]pub enum PCA_Flags {
DATA_AS_ROW,
DATA_AS_COL,
USE_AVG,
}
Variants§
DATA_AS_ROW
indicates that the input samples are stored as matrix rows
DATA_AS_COL
indicates that the input samples are stored as matrix columns
USE_AVG
Trait Implementations§
source§impl PartialEq<PCA_Flags> for PCA_Flags
impl PartialEq<PCA_Flags> for PCA_Flags
impl Copy for PCA_Flags
impl Eq for PCA_Flags
impl StructuralEq for PCA_Flags
impl StructuralPartialEq for PCA_Flags
Auto Trait Implementations§
impl RefUnwindSafe for PCA_Flags
impl Send for PCA_Flags
impl Sync for PCA_Flags
impl Unpin for PCA_Flags
impl UnwindSafe for PCA_Flags
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more