Trait petal_clustering::Fit[][src]

pub trait Fit<I, O> where
    I: ?Sized
{ fn fit(&mut self, input: &I) -> O; }
Expand description

An interface to train a model.

Required methods

Implementors