- Timestamp:
- 02/16/11 15:00:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblemData.cs
r5486 r5494 27 27 Dataset Dataset { get; } 28 28 IEnumerable<string> InputVariables { get; } 29 string TargetVariable { get; }30 29 } 31 30 }
Note: See TracChangeset
for help on using the changeset viewer.