pub struct NearestNeighbors { /* private fields */ }
Expand description
Builder for the NearestNeighbors
operation.
Implementations§
Source§impl NearestNeighbors
impl NearestNeighbors
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for NearestNeighbors
impl Debug for NearestNeighbors
Source§impl Default for NearestNeighbors
impl Default for NearestNeighbors
Source§fn default() -> NearestNeighbors
fn default() -> NearestNeighbors
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NearestNeighbors
impl RefUnwindSafe for NearestNeighbors
impl Send for NearestNeighbors
impl Sync for NearestNeighbors
impl Unpin for NearestNeighbors
impl UnwindSafe for NearestNeighbors
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