pub trait BatchLearning { }
Marker trait for batch learning algorithms
Algorithms implementing this trait require the entire dataset to be available for training.