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 */ }pub type CustomLearningStrategy<LC> = Arc<dyn SupervisedLearningStrategy<LC>>;A reference to an implementation of SupervisedLearningStrategy.
pub struct CustomLearningStrategy<LC> { /* private fields */ }