pub struct TfIdfEmbedding { /* private fields */ }Expand description
Simple TF-IDF based embedding (no ML, fast, deterministic)
Implementations§
Trait Implementations§
Source§impl EmbeddingProvider for TfIdfEmbedding
impl EmbeddingProvider for TfIdfEmbedding
Auto Trait Implementations§
impl Freeze for TfIdfEmbedding
impl RefUnwindSafe for TfIdfEmbedding
impl Send for TfIdfEmbedding
impl Sync for TfIdfEmbedding
impl Unpin for TfIdfEmbedding
impl UnsafeUnpin for TfIdfEmbedding
impl UnwindSafe for TfIdfEmbedding
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