Trait lfa::Parameterised

source ·
pub trait Parameterised {
    fn weights(&self) -> Matrix<f64>;
}
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§