Changeset 8085 for branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective
- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveProblem.cs
r7734 r8085 108 108 } 109 109 } 110 111 public override void ImportProblemDataFromFile(string fileName) {112 ClassificationProblemData problemData = ClassificationProblemData.ImportFromFile(fileName);113 ProblemData = problemData;114 }115 110 } 116 111 }
Note: See TracChangeset
for help on using the changeset viewer.