Struct hdbscan::HdbscanHyperParams
source · pub struct HdbscanHyperParams { /* private fields */ }Expand description
A wrapper around the various hyper parameters used in HDBSCAN clustering.
Only use if you want to tune hyper parameters. Otherwise use Hdbscan::default() to
instantiate the model with default hyper parameters.
Implementations§
source§impl HdbscanHyperParams
impl HdbscanHyperParams
sourcepub fn builder() -> HyperParamBuilder
pub fn builder() -> HyperParamBuilder
Enters the builder pattern, allowing custom hyper parameters to be set using various setter methods.
§Returns
- the hyper parameter configuration builder
Trait Implementations§
source§impl Clone for HdbscanHyperParams
impl Clone for HdbscanHyperParams
source§fn clone(&self) -> HdbscanHyperParams
fn clone(&self) -> HdbscanHyperParams
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 HdbscanHyperParams
impl Debug for HdbscanHyperParams
source§impl PartialEq for HdbscanHyperParams
impl PartialEq for HdbscanHyperParams
impl StructuralPartialEq for HdbscanHyperParams
Auto Trait Implementations§
impl Freeze for HdbscanHyperParams
impl RefUnwindSafe for HdbscanHyperParams
impl Send for HdbscanHyperParams
impl Sync for HdbscanHyperParams
impl Unpin for HdbscanHyperParams
impl UnwindSafe for HdbscanHyperParams
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)