- Timestamp:
- 07/06/17 11:57:49 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs
r15150 r15152 74 74 throw new ArgumentException(message); 75 75 } 76 76 DatasetUtil.ValidateInputData(variableValues); // the validation call checks if every values IList is actually a list of the supported type 77 77 rows = variableValues.First().Count; 78 78 this.variableNames = new List<string>(variableNames);
Note: See TracChangeset
for help on using the changeset viewer.