Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/17/11 16:34:00 (12 years ago)
Author:
mkommend
Message:

#1684: Made Regression- and ClassificationProblem storable by implementing IStorableContent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationProblem.cs

    r5809 r7017  
    2828  [Item("Classification Problem", "A general classification problem.")]
    2929  [Creatable("Problems")]
    30   public class ClassificationProblem : DataAnalysisProblem<IClassificationProblemData>, IClassificationProblem {
     30  public class ClassificationProblem : DataAnalysisProblem<IClassificationProblemData>, IClassificationProblem, IStorableContent {
     31    public string Filename { get; set; }
     32
    3133    [StorableConstructor]
    3234    protected ClassificationProblem(bool deserializing) : base(deserializing) { }
Note: See TracChangeset for help on using the changeset viewer.