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/Various/FriedmanTwo.cs

    r8672 r8825  
    3636    }
    3737    protected override string TargetVariable { get { return "Y"; } }
    38     protected override string[] InputVariables { get { return new string[] { "X1", "X2", "X3", "X4", "X5", "X6", "X7", "X8", "X9", "X10", "Y" }; } }
     38    protected override string[] VariableNames { get { return new string[] { "X1", "X2", "X3", "X4", "X5", "X6", "X7", "X8", "X9", "X10", "Y" }; } }
    3939    protected override string[] AllowedInputVariables { get { return new string[] { "X1", "X2", "X3", "X4", "X5", "X6", "X7", "X8", "X9", "X10" }; } }
    4040    protected override int TrainingPartitionStart { get { return 0; } }
Note: See TracChangeset for help on using the changeset viewer.