Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            // Initialiser

            KohonenMap = new KohonenMap((int)NbPoints.Value, 0.5, Schema.Width, Schema.Height);

            Afficher();

            Entrainer.Visible = true;
            Liste.Visible     = true;
        }
Ejemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            // Initialiser

            KohonenMap = new KohonenMap((int)NbPoints.Value, 0.5, Schema.Width, Schema.Height);

            Afficher();

            Entrainer.Visible = true;
            Liste.Visible = true;
        }
 public void run()
 {
     KohonenMap KohonenMap = new KohonenMap(35, 5, @"C:\Users\BartlomiejLeja\source\repos\PerceptronLerning\PerceptronLerning\kohonenMapLearningData.txt");
 }