OnlineLearning

Trait OnlineLearning 

Source
pub trait OnlineLearning { }
Expand description

Marker trait for online learning algorithms

Algorithms implementing this trait can incrementally update their model as new data arrives.

Implementorsยง