Changeset 5759 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces
- Timestamp:
- 03/19/11 02:22:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblemData.cs
r5649 r5759 31 31 IEnumerable<string> AllowedInputVariables { get; } 32 32 33 IntValue TrainingPartitionStart { get; } 34 IntValue TrainingPartitionEnd { get; } 35 IntValue TestPartitionStart { get; } 36 IntValue TestPartitionEnd { get; } 33 IntRange TrainingPartition { get; } 34 IntRange TestPartition { get; } 37 35 38 36 IEnumerable<int> TrainingIndizes { get; }
Note: See TracChangeset
for help on using the changeset viewer.