- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GBM/GradientBoostingRegressionAlgorithm.cs
r14927 r15018 159 159 160 160 [StorableConstructor] 161 protected GradientBoostingRegressionAlgorithm( booldeserializing)161 protected GradientBoostingRegressionAlgorithm(StorableConstructorFlag deserializing) 162 162 : base(deserializing) { 163 163 }
Note: See TracChangeset
for help on using the changeset viewer.