Function vikos::learn_history [] [src]

pub fn learn_history<M, C, T, H, Truth>(teacher: &T, cost: &C, model: &mut M, history: H) where M: Model, C: Cost<Truth>, T: Teacher<M>, H: IntoIterator<Item=(M::Input, Truth)>, Truth: Copy

Teaches model all events in history