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/KeijzerFunctionFour.cs

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