Changeset 8825 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer
- Timestamp:
- 10/22/12 13:01:54 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionEight.cs
r8238 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "F"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "F" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "F" }; } } 42 42 protected override string[] AllowedInputVariables { get { return new string[] { "X" }; } } 43 43 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionEleven.cs
r8238 r8825 42 42 } 43 43 protected override string TargetVariable { get { return "F"; } } 44 protected override string[] InputVariables { get { return new string[] { "X", "Y", "F" }; } }44 protected override string[] VariableNames { get { return new string[] { "X", "Y", "F" }; } } 45 45 protected override string[] AllowedInputVariables { get { return new string[] { "X", "Y" }; } } 46 46 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionFifteen.cs
r8238 r8825 41 41 } 42 42 protected override string TargetVariable { get { return "F"; } } 43 protected override string[] InputVariables { get { return new string[] { "X", "Y", "F" }; } }43 protected override string[] VariableNames { get { return new string[] { "X", "Y", "F" }; } } 44 44 protected override string[] AllowedInputVariables { get { return new string[] { "X", "Y" }; } } 45 45 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionFive.cs
r8238 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "F"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y", "Z", "F" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y", "Z", "F" }; } } 42 42 protected override string[] AllowedInputVariables { get { return new string[] { "X", "Y", "Z" }; } } 43 43 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionFour.cs
r8238 r8825 40 40 } 41 41 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" }; } } 43 43 protected override string[] AllowedInputVariables { get { return new string[] { "X" }; } } 44 44 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionFourteen.cs
r8238 r8825 41 41 } 42 42 protected override string TargetVariable { get { return "F"; } } 43 protected override string[] InputVariables { get { return new string[] { "X", "Y", "F" }; } }43 protected override string[] VariableNames { get { return new string[] { "X", "Y", "F" }; } } 44 44 protected override string[] AllowedInputVariables { get { return new string[] { "X", "Y" }; } } 45 45 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionNine.cs
r8238 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "F"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "F" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "F" }; } } 42 42 protected override string[] AllowedInputVariables { get { return new string[] { "X" }; } } 43 43 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionOne.cs
r8238 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "F"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "F" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "F" }; } } 42 42 protected override string[] AllowedInputVariables { get { return new string[] { "X" }; } } 43 43 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionSeven.cs
r8238 r8825 40 40 } 41 41 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" }; } } 43 43 protected override string[] AllowedInputVariables { get { return new string[] { "X" }; } } 44 44 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionSix.cs
r8238 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "F"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "F" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "F" }; } } 42 42 protected override string[] AllowedInputVariables { get { return new string[] { "X" }; } } 43 43 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionTen.cs
r8238 r8825 39 39 } 40 40 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" }; } } 42 42 protected override string[] AllowedInputVariables { get { return new string[] { "X", "Y" }; } } 43 43 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionThirteen.cs
r8238 r8825 41 41 } 42 42 protected override string TargetVariable { get { return "F"; } } 43 protected override string[] InputVariables { get { return new string[] { "X", "Y", "F" }; } }43 protected override string[] VariableNames { get { return new string[] { "X", "Y", "F" }; } } 44 44 protected override string[] AllowedInputVariables { get { return new string[] { "X", "Y" }; } } 45 45 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionThree.cs
r8238 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "F"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "F" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "F" }; } } 42 42 protected override string[] AllowedInputVariables { get { return new string[] { "X" }; } } 43 43 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionTwelve.cs
r8238 r8825 41 41 } 42 42 protected override string TargetVariable { get { return "F"; } } 43 protected override string[] InputVariables { get { return new string[] { "X", "Y", "F" }; } }43 protected override string[] VariableNames { get { return new string[] { "X", "Y", "F" }; } } 44 44 protected override string[] AllowedInputVariables { get { return new string[] { "X", "Y" }; } } 45 45 protected override int TrainingPartitionStart { get { return 0; } } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Keijzer/KeijzerFunctionTwo.cs
r8238 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "F"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "F" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "F" }; } } 42 42 protected override string[] AllowedInputVariables { get { return new string[] { "X" }; } } 43 43 protected override int TrainingPartitionStart { get { return 0; } }
Note: See TracChangeset
for help on using the changeset viewer.