pub trait Incremental { }
Marker trait for models that support incremental learning
These models can update their parameters incrementally as new data arrives.