Changeset 14229 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Friedman/FriedmanRandomFunctionInstanceProvider.cs
- Timestamp:
- 08/03/16 08:33:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Friedman/FriedmanRandomFunctionInstanceProvider.cs
r14228 r14229 40 40 get { return "Friedman, Jerome H. 'Greedy function approximation: a gradient boosting machine.' Annals of statistics (2001): 1189-1232."; } 41 41 } 42 public int Seed { get; }42 public int Seed { get; private set; } 43 43 44 44 public FriedmanRandomFunctionInstanceProvider() : base() {
Note: See TracChangeset
for help on using the changeset viewer.