BatchLearning

Trait BatchLearning 

Source
pub trait BatchLearning { }
Expand description

Marker trait for batch learning algorithms

Algorithms implementing this trait require the entire dataset to be available for training.

Implementorsยง