Changeset 7842 for branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective
- Timestamp:
- 05/16/12 16:28:49 (13 years ago)
- Location:
- branches/HeuristicLab.TimeSeries
- Files:
-
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TimeSeries
- Property svn:mergeinfo changed
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveProblem.cs
r7268 r7842 76 76 Operators.Add(new SymbolicClassificationSingleObjectiveValidationBestSolutionAnalyzer()); 77 77 Operators.Add(new SymbolicClassificationSingleObjectiveOverfittingAnalyzer()); 78 Operators.Add(new SymbolicClassificationSingleObjectiveTrainingParetoBestSolutionAnalyzer()); 79 Operators.Add(new SymbolicClassificationSingleObjectiveValidationParetoBestSolutionAnalyzer()); 78 80 ParameterizeOperators(); 79 81 } … … 106 108 } 107 109 } 108 109 public override void ImportProblemDataFromFile(string fileName) {110 ClassificationProblemData problemData = ClassificationProblemData.ImportFromFile(fileName);111 ProblemData = problemData;112 }113 110 } 114 111 }
Note: See TracChangeset
for help on using the changeset viewer.