pub struct WithFeatures {
pub tensor: CausalTensor<Option<f64>>,
pub selection_result: MrmrResult,
pub records_count: usize,
}Expand description
State after feature selection has been applied.
Fields§
§tensor: CausalTensor<Option<f64>>§selection_result: MrmrResult§records_count: usizeTrait Implementations§
Source§impl Clone for WithFeatures
impl Clone for WithFeatures
Source§fn clone(&self) -> WithFeatures
fn clone(&self) -> WithFeatures
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WithFeatures
impl RefUnwindSafe for WithFeatures
impl Send for WithFeatures
impl Sync for WithFeatures
impl Unpin for WithFeatures
impl UnsafeUnpin for WithFeatures
impl UnwindSafe for WithFeatures
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