private void Form1_Load(object sender, EventArgs e)
 {
     nesne = new excelClass();
     //nesne1 = new ToplamaFonk.toplamafonk(nesne);
     //aktif = new AktivasyonFonk.activation(nesne1,nesne);
     cell = new Cell(nesne);
     comboBox1.Items.Add("Ağırlık");
     comboBox1.Items.Add("Çarpım");
     comboBox1.Items.Add("Maksimum");
     comboBox1.SelectedIndex = 0;
     comboBox2.Items.Add("Sigmoid");
     comboBox2.Items.Add("Hiperbolik Tanjant");
     comboBox2.Items.Add("Adım Basamak");
     comboBox2.SelectedIndex = 0;
 }
Beispiel #2
0
 public Cell(excelClass excel)
 {
     this.excel = excel;
 }