Changeset 5509 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationProblem.cs
- Timestamp:
- 02/17/11 13:22:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationProblem.cs
r5501 r5509 21 21 22 22 namespace HeuristicLab.Problems.DataAnalysis { 23 public interface IClassificationProblem : IDataAnalysisProblem { 24 new IClassificationProblemData ProblemData { get; } 25 new IClassificationEvaluator Evaluator { get; } 23 public interface IClassificationProblem : IDataAnalysisProblem<IClassificationProblemData> { 26 24 new IClassificationSolutionCreator SolutionCreator { get; } 27 25 }
Note: See TracChangeset
for help on using the changeset viewer.