Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14791


Ignore:
Timestamp:
03/30/17 12:35:37 (7 years ago)
Author:
gkronber
Message:

#2757: fixed training / test partitions and allowed input variables

Location:
trunk/sources
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs

    r14185 r14791  
    463463    }
    464464
     465  public bool StatisticsVisible {
     466    get { return splitContainer.Panel2Collapsed; }
     467    set { splitContainer.Panel2Collapsed = value; }
     468  }
     469 
    465470    public void SetXAxis(string axisName) {
    466471      xAxisComboBox.SelectedItem = axisName;
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/CF3.cs

    r14790 r14791  
    4141    protected override string[] AllowedInputVariables {
    4242      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",
    4444        /* "Material", "Grooving", "Oil", */                                           
    45         "x17", "x18", "x19", "x20", "x21", "x22" }; }
     45        "x17", "x22" }; }
    4646    }
    4747    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; } }
    5151  }
    5252}
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/CF4.cs

    r14790 r14791  
    4141    protected override string[] AllowedInputVariables {
    4242      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",
    4444        /* "Material", "Grooving", "Oil", */                                           
    45         "x17", "x18", "x19", "x20", "x21", "x22" }; }
     45        "x17", "x22" }; }
    4646    }
    4747    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; } }
    5151  }
    5252}
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/NvhRating.cs

    r14790 r14791  
    4141    protected override string[] AllowedInputVariables {
    4242      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",
    4444        /* "Material", "Grooving", "Oil", */                                           
    45         "x17", "x18", "x19", "x20", "x21", "x22" }; }
     45        "x17", "x18", "x19", "x21", "x22" }; }
    4646    }
    4747    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; } }
    5151  }
    5252}
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/Temp1.cs

    r14790 r14791  
    4141    protected override string[] AllowedInputVariables {
    4242      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",
    4444        /* "Material", "Grooving", "Oil", */                                           
    45         "x17", "x18", "x19", "x20", "x21", "x22" }; }
     45        "x17", "x22" }; }
    4646    }
    4747    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; } }
    5151  }
    5252}
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/Temp2.cs

    r14790 r14791  
    4141    protected override string[] AllowedInputVariables {
    4242      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",
    4444        /* "Material", "Grooving", "Oil", */                                           
    45         "x17", "x18", "x19", "x20", "x21", "x22" }; }
     45        "x17", "x22" }; }
    4646    }
    4747    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; } }
    5151  }
    5252}
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/Wear1.cs

    r14790 r14791  
    4141    protected override string[] AllowedInputVariables {
    4242      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",
    4444        /* "Material", "Grooving", "Oil", */                                           
    4545        "x17", "x18", "x19", "x20", "x21", "x22" }; }
    4646    }
    4747    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 641; } }
     49    protected override int TestPartitionStart { get { return 641; } }
     50    protected override int TestPartitionEnd { get { return 904; } }
    5151  }
    5252}
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/Wear2.cs

    r14790 r14791  
    4141    protected override string[] AllowedInputVariables {
    4242      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",
    4444        /* "Material", "Grooving", "Oil", */                                           
    4545        "x17", "x18", "x19", "x20", "x21", "x22" }; }
    4646    }
    4747    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 640; } }
     49    protected override int TestPartitionStart { get { return 640; } }
     50    protected override int TestPartitionEnd { get { return 902; } }
    5151  }
    5252}
Note: See TracChangeset for help on using the changeset viewer.