Skip to main content

BatchLearning

Trait BatchLearning 

Source
pub trait BatchLearning { }
Expand description

Marker trait for batch learning algorithms

Algorithms implementing this trait require the entire dataset to be available for training.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§