Changeset 7017 for trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification
- Timestamp:
- 11/17/11 16:34:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationProblem.cs
r5809 r7017 28 28 [Item("Classification Problem", "A general classification problem.")] 29 29 [Creatable("Problems")] 30 public class ClassificationProblem : DataAnalysisProblem<IClassificationProblemData>, IClassificationProblem { 30 public class ClassificationProblem : DataAnalysisProblem<IClassificationProblemData>, IClassificationProblem, IStorableContent { 31 public string Filename { get; set; } 32 31 33 [StorableConstructor] 32 34 protected ClassificationProblem(bool deserializing) : base(deserializing) { }
Note: See TracChangeset
for help on using the changeset viewer.