public void RunNetwork()
 {
     Log(_ANN.RunNetwork());
     OnPropertyChanged("RawOutput");
     OnPropertyChanged("ConfusionMatrixTrain");
     OnPropertyChanged("ConfusionMatrixTest");
     OnPropertyChanged("ConfusionMatrixVal");
     OnPropertyChanged("OutputMatrixTrain");
     OnPropertyChanged("OutputMatrixTest");
     OnPropertyChanged("OutputMatrixVal");
     OnPropertyChanged("GraphData");
 }