burn 0.3.0

BURN: Burn Unstoppable Rusty Neurons
Documentation
1
2
3
pub trait Fit<D, O> {
    fn fit(self, data: D) -> O;
}