Free cookie consent management tool by TermsFeed Policy Generator

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.