pub type SupervisedTrainingEventProcessor<LC> = AsyncProcessorTraining<LearnerEvent<<<LC as LearningComponentsTypes>::TrainingModel as TrainStep>::Output>, LearnerEvent<<<LC as LearningComponentsTypes>::InferenceModel as InferenceStep>::Output>>;Expand description
The event processor type for supervised learning.
Aliased Typeยง
pub struct SupervisedTrainingEventProcessor<LC> { /* private fields */ }