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