Changeset 5623 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveProblem.cs
- Timestamp:
- 03/07/11 18:07:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveProblem.cs
r5618 r5623 51 51 } 52 52 } 53 54 public override void ImportProblemDataFromFile(string fileName) { 55 ClassificationProblemData problemData = ClassificationProblemData.ImportFromFile(fileName); 56 ProblemData = problemData; 57 } 53 58 } 54 59 }
Note: See TracChangeset
for help on using the changeset viewer.