- Timestamp:
- 07/30/15 19:40:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs
r12814 r12821 91 91 92 92 folds = original.folds; 93 partitionVariable = original.partitionVariable; 93 94 numberOfWorkers = cloner.Clone(original.numberOfWorkers); 94 95 samplesStart = cloner.Clone(original.samplesStart); … … 195 196 } 196 197 197 [Storable]198 198 // folds are either specified explicitly or by a variable from the dataset 199 199 public const string NoPartitionVariable = "<none>"; 200 [Storable] 200 201 private string partitionVariable = NoPartitionVariable; 201 202 public string PartitionVariable {
Note: See TracChangeset
for help on using the changeset viewer.