Struct linfa_clustering::GmmValidParams
source · Expand description
The set of hyperparameters that can be specified for the execution of the GMM algorithm.
Implementations§
source§impl<F: Float, R: Rng + Clone> GmmValidParams<F, R>
impl<F: Float, R: Rng + Clone> GmmValidParams<F, R>
pub fn n_clusters(&self) -> usize
pub fn covariance_type(&self) -> &GmmCovarType
pub fn tolerance(&self) -> F
pub fn reg_covariance(&self) -> F
pub fn n_runs(&self) -> u64
pub fn max_n_iterations(&self) -> u64
pub fn init_method(&self) -> &GmmInitMethod
pub fn rng(&self) -> R
Trait Implementations§
source§impl<F: Clone + Float, R: Clone + Rng> Clone for GmmValidParams<F, R>
impl<F: Clone + Float, R: Clone + Rng> Clone for GmmValidParams<F, R>
source§fn clone(&self) -> GmmValidParams<F, R>
fn clone(&self) -> GmmValidParams<F, R>
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 more