Changeset 13104 for trunk/sources
- Timestamp:
- 11/03/15 08:19:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionComparisonView.cs
r13102 r13104 76 76 dataGridView.Rows.Clear(); 77 77 dataGridView.Columns.Clear(); 78 solutions .Clear();78 solutions = null; 79 79 } else { 80 80 … … 138 138 lda.Name = "Linear Discriminant Analysis Solution"; 139 139 newSolutions.Add(lda); 140 } 141 catch (NotSupportedException) { } 142 catch (ArgumentException) { } 140 } catch (NotSupportedException) { } catch (ArgumentException) { } 143 141 return newSolutions; 144 142 }
Note: See TracChangeset
for help on using the changeset viewer.