public void TrainNetwork(Dataset trainingSet, ILearningMethod LearningMethod) { LearningMethod.TrainNetwork(this, trainingSet); }