Changeset 14947
- Timestamp:
- 05/09/17 19:38:47 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing/3.4/Data/PreprocessingData.cs
r14381 r14947 149 149 150 150 private void CheckPartitionRanges() { 151 int maxRowIndex = Math.Max(0, Rows - 1);151 int maxRowIndex = Math.Max(0, Rows); 152 152 TrainingPartition.Start = Math.Min(TrainingPartition.Start, maxRowIndex); 153 153 TrainingPartition.End = Math.Min(TrainingPartition.End, maxRowIndex);
Note: See TracChangeset
for help on using the changeset viewer.