Changeset 14630 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Friedman/FriedmanRandomFunction.cs
- Timestamp:
- 02/01/17 09:58:06 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Friedman/FriedmanRandomFunction.cs
r14185 r14630 94 94 } 95 95 96 // as described in Greedy Function Approxi nation paper96 // as described in Greedy Function Approximation paper 97 97 private IEnumerable<double> GenerateRandomFunction(IRandom rand, List<List<double>> xs, int nTerms = 20) { 98 98 int nRows = xs.First().Count;
Note: See TracChangeset
for help on using the changeset viewer.