pub struct OneHotEmbeddingTransformer<V> { /* private fields */ }Expand description
One hot embedding transfomer
Trait Implementations§
Source§impl<V: Clone> Clone for OneHotEmbeddingTransformer<V>
impl<V: Clone> Clone for OneHotEmbeddingTransformer<V>
Source§fn clone(&self) -> OneHotEmbeddingTransformer<V>
fn clone(&self) -> OneHotEmbeddingTransformer<V>
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 moreSource§impl<V: Debug> Debug for OneHotEmbeddingTransformer<V>
impl<V: Debug> Debug for OneHotEmbeddingTransformer<V>
Auto Trait Implementations§
impl<V> Freeze for OneHotEmbeddingTransformer<V>
impl<V> RefUnwindSafe for OneHotEmbeddingTransformer<V>where
V: RefUnwindSafe,
impl<V> Send for OneHotEmbeddingTransformer<V>where
V: Send,
impl<V> Sync for OneHotEmbeddingTransformer<V>where
V: Sync,
impl<V> Unpin for OneHotEmbeddingTransformer<V>where
V: Unpin,
impl<V> UnwindSafe for OneHotEmbeddingTransformer<V>where
V: UnwindSafe,
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