Example #1
0
 public void TrainNetwork(Dataset trainingSet, ILearningMethod LearningMethod)
 {
     LearningMethod.TrainNetwork(this, trainingSet);
 }