Trait rsrl::fa::Parameterised

source ·
pub trait Parameterised {
    fn weights(&self) -> ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>;
}
Expand description

An interface for approximators parameterised by a set of weights.

Required Methods§

Return a copy of the approximator weights.

Implementations on Foreign Types§

Implementors§