- Timestamp:
- 02/28/11 09:59:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/DataAnalysisProblemData.cs
r5559 r5565 123 123 124 124 this.dataset = dataset; 125 allowedInputVariables = new HashSet<string>(allowedInputVariables);125 this.allowedInputVariables = new HashSet<string>(allowedInputVariables); 126 126 trainingPartitionStart = 0; 127 127 trainingPartitionEnd = dataset.Rows / 2;
Note: See TracChangeset
for help on using the changeset viewer.