Type Alias LearnerModelRecord
pub type LearnerModelRecord<LC> = <<LC as LearningComponentsTypes>::TrainingModel as Module<<LC as LearningComponentsTypes>::Backend>>::Record;Expand description
The record of the learner’s model.
pub type LearnerModelRecord<LC> = <<LC as LearningComponentsTypes>::TrainingModel as Module<<LC as LearningComponentsTypes>::Backend>>::Record;The record of the learner’s model.