Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/10/13 13:19:47 (11 years ago)
Author:
mkommend
Message:

#2001: Corrected range of tower dataset and adapted SGP regression sample and the according unit test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld/Tower.cs

    r9133 r9144  
    4040    }
    4141    protected override int TrainingPartitionStart { get { return 0; } }
    42     protected override int TrainingPartitionEnd { get { return 3135; } }
    43     protected override int TestPartitionStart { get { return 3135; } }
     42    protected override int TrainingPartitionEnd { get { return 3136; } }
     43    protected override int TestPartitionStart { get { return 3136; } }
    4444    protected override int TestPartitionEnd { get { return 4999; } }
    4545  }
Note: See TracChangeset for help on using the changeset viewer.