- Timestamp:
- 10/22/12 13:01:54 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Nguyen
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Nguyen/NguyenFunctionEight.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Y"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y" }; } } 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/Nguyen/NguyenFunctionEleven.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Z"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y", "Z" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y", "Z" }; } } 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/Nguyen/NguyenFunctionFive.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Y"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y" }; } } 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/Nguyen/NguyenFunctionFour.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Y"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y" }; } } 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/Nguyen/NguyenFunctionNine.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Z"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y", "Z" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y", "Z" }; } } 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/Nguyen/NguyenFunctionOne.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Y"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y" }; } } 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/Nguyen/NguyenFunctionSeven.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Y"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y" }; } } 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/Nguyen/NguyenFunctionSix.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Y"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y" }; } } 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/Nguyen/NguyenFunctionTen.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Z"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y", "Z" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y", "Z" }; } } 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/Nguyen/NguyenFunctionThree.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Y"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y" }; } } 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/Nguyen/NguyenFunctionTwelve.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Z"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y", "Z" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y", "Z" }; } } 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/Nguyen/NguyenFunctionTwo.cs
r8224 r8825 39 39 } 40 40 protected override string TargetVariable { get { return "Y"; } } 41 protected override string[] InputVariables { get { return new string[] { "X", "Y" }; } }41 protected override string[] VariableNames { get { return new string[] { "X", "Y" }; } } 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.