#[repr(C)]pub struct FaissClusteringParameters {
pub niter: c_int,
pub nredo: c_int,
pub verbose: c_int,
pub spherical: c_int,
pub int_centroids: c_int,
pub update_index: c_int,
pub frozen_centroids: c_int,
pub min_points_per_centroid: c_int,
pub max_points_per_centroid: c_int,
pub seed: c_int,
pub decode_block_size: usize,
}Fields§
§niter: c_int§nredo: c_int§verbose: c_int§spherical: c_int§int_centroids: c_int§update_index: c_int§frozen_centroids: c_int§min_points_per_centroid: c_int§max_points_per_centroid: c_int§seed: c_int§decode_block_size: usizeTrait Implementations§
source§impl Clone for FaissClusteringParameters
impl Clone for FaissClusteringParameters
source§fn clone(&self) -> FaissClusteringParameters
fn clone(&self) -> FaissClusteringParameters
Returns a copy 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 Debug for FaissClusteringParameters
impl Debug for FaissClusteringParameters
impl Copy for FaissClusteringParameters
Auto Trait Implementations§
impl RefUnwindSafe for FaissClusteringParameters
impl Send for FaissClusteringParameters
impl Sync for FaissClusteringParameters
impl Unpin for FaissClusteringParameters
impl UnwindSafe for FaissClusteringParameters
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