pub struct TernaryFourier {
pub n_features: usize,
pub frequencies: Vec<f64>,
}Expand description
Ternary Fourier feature extraction.
Fields§
§n_features: usize§frequencies: Vec<f64>Implementations§
Auto Trait Implementations§
impl Freeze for TernaryFourier
impl RefUnwindSafe for TernaryFourier
impl Send for TernaryFourier
impl Sync for TernaryFourier
impl Unpin for TernaryFourier
impl UnsafeUnpin for TernaryFourier
impl UnwindSafe for TernaryFourier
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