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

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