public BackPropagationTrainer(NeuralTask nt)
 {
     this.neuralTask = nt;
 }
Exemplo n.º 2
0
 public Trainer(NeuralTask nt)
 {
     this.neuralTask = nt;
 }