Esempio n. 1
0
 //This method is called whenever there is a change to the model or the threshold. It updates the prediction and diagnostic tabs.
 protected void UpdatePredictionTab()
 {
     //Work's done; let's go home.
     if (UpdateReadyForModel != null)
     {
         UpdateModelEvent e = new UpdateModelEvent(this.PackModelState());
         UpdateReadyForModel(this, e);
     }
 }
Esempio n. 2
0
 //This method is called whenever there is a change to the model or the threshold. It updates the prediction and diagnostic tabs.
 protected void UpdatePredictionTab()
 {
     //Work's done; let's go home.
     if (UpdateReadyForModel != null)
     {
         UpdateModelEvent e = new UpdateModelEvent(this.PackModelState());
         UpdateReadyForModel(this, e);
     }
 }