Incremental

Trait Incremental 

Source
pub trait Incremental { }
Expand description

Marker trait for models that support incremental learning

These models can update their parameters incrementally as new data arrives.

Implementorsยง