- Timestamp:
- 02/21/18 14:08:26 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.cs
r15797 r15799 154 154 try { 155 155 var impacts = await Task.Run(() => RegressionSolutionVariableImpactsCalculator.CalculateImpacts(Content, dataPartition, replMethod, factorReplMethod, 156 (i ) => {156 (i, s) => { 157 157 progress.ProgressValue = i; 158 progress.Status = s; 158 159 return cancellationToken.Token.IsCancellationRequested; 159 160 }), cancellationToken.Token);
Note: See TracChangeset
for help on using the changeset viewer.