Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/30/15 19:40:56 (9 years ago)
Author:
gkronber
Message:

#2434 fixed problems in persistence and cloning and 'data binding' between content and view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs

    r12814 r12821  
    9191
    9292      folds = original.folds;
     93      partitionVariable = original.partitionVariable;
    9394      numberOfWorkers = cloner.Clone(original.numberOfWorkers);
    9495      samplesStart = cloner.Clone(original.samplesStart);
     
    195196    }
    196197
    197     [Storable]
    198198    // folds are either specified explicitly or by a variable from the dataset
    199199    public const string NoPartitionVariable = "<none>";
     200    [Storable]
    200201    private string partitionVariable = NoPartitionVariable;
    201202    public string PartitionVariable {
Note: See TracChangeset for help on using the changeset viewer.