- Timestamp:
- 08/13/12 16:18:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/TimeSeriesPrognosis/TimeSeriesPrognosisProblemData.cs
r8460 r8477 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.Linq; 24 25 using HeuristicLab.Common; 25 26 using HeuristicLab.Core; … … 1542 1543 defaultDataset = new Dataset(new string[] { "x" }, mackey_glass_17); 1543 1544 defaultDataset.Name = "Mackey-Glass (t=17) Time Series Benchmark Dataset"; 1544 defaultAllowedInputVariables = new List<string>() { "x" };1545 defaultAllowedInputVariables = Enumerable.Empty<string>(); 1545 1546 defaultTargetVariable = "x"; 1546 1547 }
Note: See TracChangeset
for help on using the changeset viewer.