Exemple #1
0
        public void Clasterization(object sender, EventArgs e)
        {
            KohonenType(this, EventArgs.Empty);

            ClassificationGraphicsForm cfForm = new ClassificationGraphicsForm((KohonenNeuronNet)net);

            cfForm.Show();
        }
Exemple #2
0
        public void ClassificationObjects(object sender, EventArgs e)
        {
            LinearNetType(this, EventArgs.Empty);

            ClassificationGraphicsForm cfForm = new ClassificationGraphicsForm((LinearNeuronNet)net);

            cfForm.Show();
        }