Changeset 11098 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs
- Timestamp:
- 07/06/14 20:15:28 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs
r11068 r11098 42 42 43 43 public IDataAnalysisProblemData CreateProblemData() { 44 if (context.Data.Rows == 0 || context.Data.Columns == 0) return null; 45 44 46 var oldProblemData = context.ProblemData; 45 46 47 IDataAnalysisProblemData problemData; 47 48
Note: See TracChangeset
for help on using the changeset viewer.