Changeset 14536 for branches/HeuristicLab.DatastreamAnalysis/HeuristicLab.Problems.DataAnalysis/3.4/Implementation
- Timestamp:
- 01/02/17 14:06:38 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatastreamAnalysis/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionEnsembleModel.cs
r14491 r14536 82 82 [StorableHook(HookType.AfterDeserialization)] 83 83 private void AfterDeserialization() { 84 85 foreach (var model in Models) { 86 this.models.Add(model); 87 } 88 84 89 // BackwardsCompatibility 3.3.14 85 90 #region Backwards compatible code, remove with 3.4
Note: See TracChangeset
for help on using the changeset viewer.