Changeset 5601 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/DataAnalysisProblem.cs
- Timestamp:
- 03/03/11 16:14:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/DataAnalysisProblem.cs
r5578 r5601 33 33 where T : class, IDataAnalysisProblemData { 34 34 private const string ProblemDataParameterName = "ProblemData"; 35 private const string ProblemDataParameterDescription = " ";35 private const string ProblemDataParameterDescription = "The data set, target variable and input variables of the data analysis problem."; 36 36 #region parameter properties 37 37 IParameter IDataAnalysisProblem.ProblemDataParameter {
Note: See TracChangeset
for help on using the changeset viewer.