SupervisedTrainingEventProcessor

Type Alias SupervisedTrainingEventProcessor 

Source
pub type SupervisedTrainingEventProcessor<LC> = AsyncProcessorTraining<FullEventProcessorTraining<<<LC as LearningComponentsTypes>::TrainingModel as TrainStep>::Output, <<LC as LearningComponentsTypes>::InferenceModel as InferenceStep>::Output>>;
Expand description

The event processor type for supervised learning.

Aliased Typeยง

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