public BackPropagationTrainer(NeuralTask nt)
 {
     this.neuralTask = nt;
 }
示例#2
0
 public Trainer(NeuralTask nt)
 {
     this.neuralTask = nt;
 }