Changeset 7051 for trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis-3.4/StatisticCalculatorsTest.cs
- Timestamp:
- 11/23/11 09:34:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis-3.4/StatisticCalculatorsTest.cs
r6974 r7051 122 122 for (int c1 = 0; c1 < cols; c1++) { 123 123 double c1Scale = random.NextDouble() * 1E7; 124 double c2Scale = 1.0;125 124 IEnumerable<double> x = from rows in Enumerable.Range(0, n) 126 125 select testData[rows, c1] * c1Scale;
Note: See TracChangeset
for help on using the changeset viewer.