Trait lfa::Approximator [] [src]

pub trait Approximator<I: ?Sized, V>: Function<I, V> + Parameterised<I, V> { }

An interface for dealing with function approximators.

Implementations on Foreign Types

impl<I: ?Sized, V, T> Approximator<I, V> for Box<T> where
    T: Approximator<I, V>, 
[src]

Implementors