Esempio n. 1
0
 public void shootFive()
 {
     bulletPattern.ShootFiveBullets();
     BlockLearn.Data.Add(new NaiveBayesLearning.InformationModel()
     {
         Lable    = "Bullet",
         Features = new List <string>()
         {
             "Initiated", "Attack"
         }
     });
 }