pub trait OnlineLearning { }
Marker trait for online learning algorithms
Algorithms implementing this trait can incrementally update their model as new data arrives.