- Timestamp:
- 09/09/21 14:44:03 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionPartialDependencePlotView.cs
r17938 r18051 237 237 238 238 RecalculateAndRelayoutCharts(); 239 } 240 241 public async Task AddSolution(IRegressionSolution solution) { 242 foreach (var chart in partialDependencePlots.Values) { 243 await chart.AddSolutionAsync(solution); 244 } 239 245 } 240 246
Note: See TracChangeset
for help on using the changeset viewer.