- Timestamp:
- 03/29/11 11:25:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisProblem.cs
r5854 r5857 61 61 private const string RelativeNumberOfEvaluatedSamplesParameterDescription = "The relative number of samples of the dataset partition, which should be randomly chosen for evaluation."; 62 62 private const string FitnessCalculationPartitionParameterDescription = "The partition of the problem data training partition, that should be used to calculate the fitness of an individual."; 63 private const string ValidationPartitionParameterDescription = "The partition of the problem data training partition, that should be used t heselect the best model from (optional).";63 private const string ValidationPartitionParameterDescription = "The partition of the problem data training partition, that should be used to select the best model from (optional)."; 64 64 #endregion 65 65
Note: See TracChangeset
for help on using the changeset viewer.