Function ktensor::run::train [] [src]

pub fn train<T>(
    node: Arc<Graph<T>>,
    state: &mut Context<T>,
    variables: &Context<T>,
    history: &mut Context<T>,
    rate: T
) where
    T: Copy