pub struct ScalarKernel;Expand description
スカラーカーネル(リファレンス実装)。
Trait Implementations§
Source§impl Debug for ScalarKernel
impl Debug for ScalarKernel
Source§impl Default for ScalarKernel
impl Default for ScalarKernel
Source§fn default() -> ScalarKernel
fn default() -> ScalarKernel
Returns the “default value” for a type. Read more
Source§impl DistanceKernel for ScalarKernel
impl DistanceKernel for ScalarKernel
Auto Trait Implementations§
impl Freeze for ScalarKernel
impl RefUnwindSafe for ScalarKernel
impl Send for ScalarKernel
impl Sync for ScalarKernel
impl Unpin for ScalarKernel
impl UnwindSafe for ScalarKernel
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