Changeset 5625 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.3
- Timestamp:
- 03/07/11 18:26:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.3/Symbolic/SymbolicClassificationProblem.cs
r5445 r5625 42 42 [Item("Classification Problem", "Represents a classfication problem.")] 43 43 [StorableClass] 44 [Creatable("Problems")]45 44 public sealed class SymbolicClassificationProblem : SingleObjectiveClassificationProblem<ISymbolicClassificationEvaluator, ISymbolicExpressionTreeCreator>, IStorableContent { 46 45 private const string SymbolicExpressionTreeInterpreterParameterName = "SymbolicExpressionTreeInterpreter";
Note: See TracChangeset
for help on using the changeset viewer.