- Timestamp:
- 03/23/11 01:09:38 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Classification/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabProblemsDataAnalysisClassifcationPlugin.cs 5 5 HeuristicLabProblemsDataAnalysisClassificationPlugin.cs 6 *.vs10x
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Classification/3.3/Symbolic/SymbolicClassificationProblem.cs
r5524 r5809 42 42 [Item("Classification Problem", "Represents a classfication problem.")] 43 43 [StorableClass] 44 [ Creatable("Problems")]44 [NonDiscoverableType] 45 45 public sealed class SymbolicClassificationProblem : SingleObjectiveClassificationProblem<ISymbolicClassificationEvaluator, ISymbolicExpressionTreeCreator>, IStorableContent { 46 46 private const string SymbolicExpressionTreeInterpreterParameterName = "SymbolicExpressionTreeInterpreter";
Note: See TracChangeset
for help on using the changeset viewer.