Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/11 16:14:13 (14 years ago)
Author:
mkommend
Message:

#1418: Finished work on ProblemData.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/DataAnalysisProblem.cs

    r5578 r5601  
    3333    where T : class, IDataAnalysisProblemData {
    3434    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.";
    3636    #region parameter properties
    3737    IParameter IDataAnalysisProblem.ProblemDataParameter {
Note: See TracChangeset for help on using the changeset viewer.