示例#1
0
 private void InitializeWeight(IConnectionUnderTraining connectionUnderTraining)
 {
     _weightSetter.SetWeight(connectionUnderTraining);
     EventEmitter.Log(WeightInitialized, connectionUnderTraining.Name, connectionUnderTraining.Weight);
 }