Changeset 5736 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification
- Timestamp:
- 03/17/11 15:14:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionView.cs
r5717 r5736 98 98 } 99 99 private void Content_ModelChanged(object sender, EventArgs e) { 100 Content.Model.ThresholdsChanged += new EventHandler(Model_ThresholdsChanged); 100 101 UpdateChart(); 101 102 } 102 private void Content_ThresholdsChanged(object sender, EventArgs e) {103 private void Model_ThresholdsChanged(object sender, EventArgs e) { 103 104 AddThresholds(); 104 105 } … … 244 245 245 246 thresholds[classIndex] = e.NewLocationY; 246 Content.Model. Thresholds = thresholds;247 Content.Model.SetThresholdsAndClassValues(thresholds, Content.Model.ClassValues); 247 248 } 248 249
Note: See TracChangeset
for help on using the changeset viewer.