Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/22/12 13:01:54 (12 years ago)
Author:
gkronber
Message:

#1890: renamed property InputVariables -> VariableNames for artificial data analysis instances as the value also contains the target variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionTen.cs

    r8238 r8825  
    3939    }
    4040    protected override string TargetVariable { get { return "F"; } }
    41     protected override string[] InputVariables { get { return new string[] { "X", "Y", "F" }; } }
     41    protected override string[] VariableNames { get { return new string[] { "X", "Y", "F" }; } }
    4242    protected override string[] AllowedInputVariables { get { return new string[] { "X", "Y" }; } }
    4343    protected override int TrainingPartitionStart { get { return 0; } }
Note: See TracChangeset for help on using the changeset viewer.