Trait vrp_core::algorithms::gsom::Input[][src]

pub trait Input: Send + Sync {
    fn weights(&self) -> &[f64];
}

Represents an input for network.

Required methods

fn weights(&self) -> &[f64][src]

Returns weights.

Loading content...

Implementors

Loading content...