Struct drav::TSNEOptions
[−]
[src]
pub struct TSNEOptions {
pub perplexity: f32,
pub initial_spread: f32,
pub learning_rate: f32,
pub momentum: MomentumSchedule,
pub num_iterations: usize,
pub early_exaggeration: Option<EarlyExaggerationOptions>,
// some fields omitted
}Fields
perplexity: f32
initial_spread: f32
learning_rate: f32
momentum: MomentumSchedule
num_iterations: usize
early_exaggeration: Option<EarlyExaggerationOptions>
Trait Implementations
impl Clone for TSNEOptions[src]
fn clone(&self) -> TSNEOptions
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more