Struct linfa_reduction::DiffusionMapValidParams
source · [−]pub struct DiffusionMapValidParams { /* private fields */ }Expand description
Diffusion map hyperparameters
The diffusion map algorithms has only two explicit hyperparameter. The first is the stepsize. As the algorithm calculates the closeness of points after a number of steps taken in the diffusion graph, a larger step size introduces a more global behaviour of the projection while a smaller one (especially one) just projects close obserations closely together. The second parameter is the embedding size and defines the target dimensionality.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DiffusionMapValidParams
impl Send for DiffusionMapValidParams
impl Sync for DiffusionMapValidParams
impl Unpin for DiffusionMapValidParams
impl UnwindSafe for DiffusionMapValidParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more