- Timestamp:
- 07/30/15 16:25:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs
r12800 r12814 196 196 197 197 [Storable] 198 // folds are either specified explicitly or by a var aible from the dataset198 // folds are either specified explicitly or by a variable from the dataset 199 199 public const string NoPartitionVariable = "<none>"; 200 200 private string partitionVariable = NoPartitionVariable;
Note: See TracChangeset
for help on using the changeset viewer.