Example #1
0
 private void 朴素贝叶斯ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     NaiveBayesian NaiveBayesianForm = new NaiveBayesian();
     NaiveBayesianForm.Show();
 }
Example #2
0
        private void 朴素贝叶斯ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            NaiveBayesian NaiveBayesianForm = new NaiveBayesian();

            NaiveBayesianForm.Show();
        }