Example #1
0
 private void button26_Click(object sender, EventArgs e)
 {
     perceptron.Train(TrainData.GetDictionary(), Desires.GetDictionary());
     MessageBox.Show("Done");
 }