CustomLearningStrategy

Type Alias CustomLearningStrategy 

Source
pub type CustomLearningStrategy<LC> = Arc<dyn SupervisedLearningStrategy<LC>>;
Expand description

A reference to an implementation of SupervisedLearningStrategy.

Aliased Typeยง

pub struct CustomLearningStrategy<LC> { /* private fields */ }