- Timestamp:
- 01/10/13 13:19:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld/Tower.cs
r9133 r9144 40 40 } 41 41 protected override int TrainingPartitionStart { get { return 0; } } 42 protected override int TrainingPartitionEnd { get { return 313 5; } }43 protected override int TestPartitionStart { get { return 313 5; } }42 protected override int TrainingPartitionEnd { get { return 3136; } } 43 protected override int TestPartitionStart { get { return 3136; } } 44 44 protected override int TestPartitionEnd { get { return 4999; } } 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.