StreamingLearning

Trait StreamingLearning 

Source
pub trait StreamingLearning { }
Expand description

Marker trait for streaming algorithms

Algorithms implementing this trait can process data streams in real-time with bounded memory usage.

Implementorsยง