public void SetDataAsExemplar() { _ANN.SetExemplarFromMatrix(new MatrixData(_ANN.RawData, 0, 0)); OnPropertyChanged("ExemplarData"); }