Changeset 14791
- Timestamp:
- 03/30/17 12:35:37 (8 years ago)
- Location:
- trunk/sources
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs
r14185 r14791 463 463 } 464 464 465 public bool StatisticsVisible { 466 get { return splitContainer.Panel2Collapsed; } 467 set { splitContainer.Panel2Collapsed = value; } 468 } 469 465 470 public void SetXAxis(string axisName) { 466 471 xAxisComboBox.SelectedItem = axisName; -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/CF3.cs
r14790 r14791 41 41 protected override string[] AllowedInputVariables { 42 42 get { return new string[] { /* "Material_Cat", */ 43 "Source1", "Source2", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16",43 /*"Source1", "Source2",*/ "x1", "x2", "x3", "x4", "x5", "x6", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", 44 44 /* "Material", "Grooving", "Oil", */ 45 "x17", "x 18", "x19", "x20", "x21", "x22" }; }45 "x17", "x22" }; } 46 46 } 47 47 protected override int TrainingPartitionStart { get { return 0; } } 48 protected override int TrainingPartitionEnd { get { return 9999; } }49 protected override int TestPartitionStart { get { return 9999; } }50 protected override int TestPartitionEnd { get { return 9999; } }48 protected override int TrainingPartitionEnd { get { return 441; } } 49 protected override int TestPartitionStart { get { return 441; } } 50 protected override int TestPartitionEnd { get { return 657; } } 51 51 } 52 52 } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/CF4.cs
r14790 r14791 41 41 protected override string[] AllowedInputVariables { 42 42 get { return new string[] { /* "Material_Cat", */ 43 " Source1", "Source2", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16",43 "x1", "x2", "x3", "x4", "x5", "x6", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", 44 44 /* "Material", "Grooving", "Oil", */ 45 "x17", "x 18", "x19", "x20", "x21", "x22" }; }45 "x17", "x22" }; } 46 46 } 47 47 protected override int TrainingPartitionStart { get { return 0; } } 48 protected override int TrainingPartitionEnd { get { return 9999; } }49 protected override int TestPartitionStart { get { return 9999; } }50 protected override int TestPartitionEnd { get { return 9999; } }48 protected override int TrainingPartitionEnd { get { return 437; } } 49 protected override int TestPartitionStart { get { return 437; } } 50 protected override int TestPartitionEnd { get { return 649; } } 51 51 } 52 52 } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/NvhRating.cs
r14790 r14791 41 41 protected override string[] AllowedInputVariables { 42 42 get { return new string[] { /* "Material_Cat", */ 43 " Source1", "Source2", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16",43 "x1", "x2", "x3", "x4", "x5", "x6", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", 44 44 /* "Material", "Grooving", "Oil", */ 45 "x17", "x18", "x19", "x2 0", "x21", "x22" }; }45 "x17", "x18", "x19", "x21", "x22" }; } 46 46 } 47 47 protected override int TrainingPartitionStart { get { return 0; } } 48 protected override int TrainingPartitionEnd { get { return 9999; } }49 protected override int TestPartitionStart { get { return 9999; } }50 protected override int TestPartitionEnd { get { return 9999; } }48 protected override int TrainingPartitionEnd { get { return 2636; } } 49 protected override int TestPartitionStart { get { return 2636; } } 50 protected override int TestPartitionEnd { get { return 3943; } } 51 51 } 52 52 } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/Temp1.cs
r14790 r14791 41 41 protected override string[] AllowedInputVariables { 42 42 get { return new string[] { /* "Material_Cat", */ 43 " Source1", "Source2", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16",43 "x1", "x2", "x3", "x4", "x5", "x6", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", 44 44 /* "Material", "Grooving", "Oil", */ 45 "x17", "x 18", "x19", "x20", "x21", "x22" }; }45 "x17", "x22" }; } 46 46 } 47 47 protected override int TrainingPartitionStart { get { return 0; } } 48 protected override int TrainingPartitionEnd { get { return 9999; } }49 protected override int TestPartitionStart { get { return 9999; } }50 protected override int TestPartitionEnd { get { return 9999; } }48 protected override int TrainingPartitionEnd { get { return 440; } } 49 protected override int TestPartitionStart { get { return 440; } } 50 protected override int TestPartitionEnd { get { return 656; } } 51 51 } 52 52 } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/Temp2.cs
r14790 r14791 41 41 protected override string[] AllowedInputVariables { 42 42 get { return new string[] { /* "Material_Cat", */ 43 " Source1", "Source2", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16",43 "x1", "x2", "x3", "x4", "x5", "x6", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", 44 44 /* "Material", "Grooving", "Oil", */ 45 "x17", "x 18", "x19", "x20", "x21", "x22" }; }45 "x17", "x22" }; } 46 46 } 47 47 protected override int TrainingPartitionStart { get { return 0; } } 48 protected override int TrainingPartitionEnd { get { return 9999; } }49 protected override int TestPartitionStart { get { return 9999; } }50 protected override int TestPartitionEnd { get { return 9999; } }48 protected override int TrainingPartitionEnd { get { return 437; } } 49 protected override int TestPartitionStart { get { return 437; } } 50 protected override int TestPartitionEnd { get { return 648; } } 51 51 } 52 52 } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/Wear1.cs
r14790 r14791 41 41 protected override string[] AllowedInputVariables { 42 42 get { return new string[] { /* "Material_Cat", */ 43 "Source1", " Source2", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16",43 "Source1", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", 44 44 /* "Material", "Grooving", "Oil", */ 45 45 "x17", "x18", "x19", "x20", "x21", "x22" }; } 46 46 } 47 47 protected override int TrainingPartitionStart { get { return 0; } } 48 protected override int TrainingPartitionEnd { get { return 9999; } }49 protected override int TestPartitionStart { get { return 9999; } }50 protected override int TestPartitionEnd { get { return 9 999; } }48 protected override int TrainingPartitionEnd { get { return 641; } } 49 protected override int TestPartitionStart { get { return 641; } } 50 protected override int TestPartitionEnd { get { return 904; } } 51 51 } 52 52 } -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/Wear2.cs
r14790 r14791 41 41 protected override string[] AllowedInputVariables { 42 42 get { return new string[] { /* "Material_Cat", */ 43 "Source1", " Source2", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16",43 "Source1", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", 44 44 /* "Material", "Grooving", "Oil", */ 45 45 "x17", "x18", "x19", "x20", "x21", "x22" }; } 46 46 } 47 47 protected override int TrainingPartitionStart { get { return 0; } } 48 protected override int TrainingPartitionEnd { get { return 9999; } }49 protected override int TestPartitionStart { get { return 9999; } }50 protected override int TestPartitionEnd { get { return 9 999; } }48 protected override int TrainingPartitionEnd { get { return 640; } } 49 protected override int TestPartitionStart { get { return 640; } } 50 protected override int TestPartitionEnd { get { return 902; } } 51 51 } 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.