Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4617


Ignore:
Timestamp:
10/19/10 12:16:11 (13 years ago)
Author:
mkommend
Message:

Enabled saving of the CrossValidation (ticket #1199).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.3/CrossValidation.cs

    r4569 r4617  
    3636  [Creatable("Data Analysis")]
    3737  [StorableClass]
    38   public sealed class CrossValidation : ParameterizedNamedItem, IAlgorithm {
     38  public sealed class CrossValidation : ParameterizedNamedItem, IAlgorithm, IStorableContent {
    3939    public CrossValidation()
    4040      : base() {
     
    5959      RegisterEvents();
    6060    }
     61
     62    public string Filename { get; set; }
    6163
    6264    #region persistence and cloning
Note: See TracChangeset for help on using the changeset viewer.